New rule syntax
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
This commit is contained in:
parent
7155f0d50d
commit
9ebe3c38b2
89 changed files with 1111 additions and 1357 deletions
|
@ -1,6 +1,6 @@
|
|||
[routers]
|
||||
[routers.router1]
|
||||
rule = "Path:/test1"
|
||||
rule = "Path(`/test1`)"
|
||||
service = "service1"
|
||||
|
||||
[services]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[routers]
|
||||
[routers.router2]
|
||||
rule = "Path:/test2"
|
||||
rule = "Path(`/test2`)"
|
||||
service = "service2"
|
||||
|
||||
[services]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue