Removed comments and changed association between endpoint and input type

This commit is contained in:
Johan Maasing 2025-04-05 09:17:58 +02:00
parent 1eb97762f9
commit a98ef3cebd
2 changed files with 6 additions and 6 deletions

View file

@ -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])