Files
cloud-cap-samples/hello/srv/world.cds
2024-07-16 15:28:27 +02:00

3 lines
60 B
Plaintext

service say {
function hello (to:String) returns String;
}