Fixing paths for cds7

This commit is contained in:
Daniel Hutzel
2023-06-30 18:36:38 +02:00
parent 6c1c1b1785
commit 8ffa3f052d

View File

@@ -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 }