example: Add simple router example

This commit is contained in:
Eishun Kondoh 2018-10-09 18:52:56 +09:00
parent 07821494dd
commit ca560c1e03
17 changed files with 621 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]