4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
service say @(path: '/say') {
|
|
function hello (to:String) returns String;
|
|
}
|