Fixing paths for cds7
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using { sap.capire.reviews as my } from '../db/schema';
|
||||
|
||||
service ReviewsService {
|
||||
service ReviewsService @(path:'/reviews') {
|
||||
|
||||
// Sync API
|
||||
entity Reviews as projection on my.Reviews excluding { likes }
|
||||
|
||||
Reference in New Issue
Block a user