Files
cloud-cap-samples/hello/srv/world.cds
2023-06-13 17:00:32 +02:00

4 lines
77 B
Plaintext

service say @(path: '/say') {
function hello (to:String) returns String;
}