Skip to content

Commit

Permalink
Merge pull request #73 from cap-js/minor-changes
Browse files Browse the repository at this point in the history
Update services.cds
  • Loading branch information
DanSchlachter authored Aug 9, 2024
2 parents 90fe926 + 7e28a62 commit 693865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srv/services.cds
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ service ProcessorService {
/**
* Service used by administrators to manage customers and incidents.
*/
service AdminService @(requires:'admin') {
service AdminService {
entity Customers as projection on my.Customers;
entity Incidents as projection on my.Incidents;
}
Expand Down

0 comments on commit 693865c

Please sign in to comment.