Moved ord-service into plugin package
This commit is contained in:
12
ord/srv/ord-service.cds
Normal file
12
ord/srv/ord-service.cds
Normal file
@@ -0,0 +1,12 @@
|
||||
// @requires: 'ORDconsumer'
|
||||
@rest @path:'/ord/v1'
|
||||
service OrdService {
|
||||
@readonly entity documents {
|
||||
key id: String;
|
||||
}
|
||||
@readonly entity csn {
|
||||
key id: String;
|
||||
}
|
||||
|
||||
function api (service: String, format: String) returns {};
|
||||
}
|
||||
Reference in New Issue
Block a user