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,3 +1,3 @@
service say @(path: '/say') {
service say {
function hello (to:String) returns String;
}
}