Simplify hello world sample

This commit is contained in:
Daniel Hutzel
2024-07-16 15:28:27 +02:00
parent b8d389a40a
commit 722cf622eb
4 changed files with 8 additions and 14 deletions

View File

@@ -1 +1,5 @@
GET http://localhost:4004/say/hello(to='world')
GET http://localhost:4004/odata/v4/say/hello
###
GET http://localhost:4004/odata/v4/say/hello(to='me')
###