Files
cloud-cap-samples/hello/srv/world.cds
Pierre Fritsch ae09caf7ad Enable cds watch hello
by moving the `hello` implementation into the subfolder `srv`
2021-08-03 16:01:10 +02:00

4 lines
61 B
Plaintext

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