hfhbd
01/04/2024, 12:17 PM<http://foo.com/foos('myID')|foo.com/foos('myID')>
where myID
should be a parameter?
@Resource("/foo('{id}')")
public data class Foo(val id: String)
Results into <http://foo.com/foos('%7Bid%7D')?id=bar|foo.com/foos('%7Bid%7D')?id=bar>
Aleksei Tirman [JB]
01/04/2024, 4:59 PMResources
plugin allows that. You can solve the problem with the Regex routes.hfhbd
01/04/2024, 5:10 PMAleksei Tirman [JB]
01/05/2024, 8:09 AMhfhbd
01/05/2024, 8:10 AM