Prepare for new protocol handling

This commit is contained in:
d049904
2023-06-13 17:00:32 +02:00
parent aa13772572
commit 7add92a05c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
service say {
service say @(path: '/say') {
function hello (to:String) returns String;
}