Removed comments and changed association between endpoint and input type
This commit is contained in:
parent
1eb97762f9
commit
a98ef3cebd
2 changed files with 6 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
/some/endpoint < SomeType(foo:String)
|
||||
/some/other/endpoint < SomeOtherType(bar:Embedded)
|
||||
/some/endpoint =< SomeType(foo:String)
|
||||
/some/other/endpoint =< SomeOtherType(bar:Seq[Embedded])
|
Loading…
Add table
Add a link
Reference in a new issue