Skip to content

Commit e733468

Browse files
committed
Rely on auto exposure
1 parent b843f29 commit e733468

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

srv/cat-service.cds

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ service CatalogService @(requires: 'any') {
1313
@readonly
1414
entity Authors as projection on my.Authors;
1515

16-
@readonly
17-
entity Genres as projection on my.Genres;
18-
1916
@readonly
2017
entity Reviews as projection on my.Reviews;
2118

srv/review-service.cds

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ service ReviewService {
1515
@readonly
1616
entity Authors as projection on my.Authors;
1717

18-
@readonly
19-
entity Genres as projection on my.Genres;
20-
2118
// access control restrictions
2219
annotate Reviews with @restrict: [
2320
{

0 commit comments

Comments
 (0)