Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
danjoa committed Sep 1, 2023
1 parent 9aec2f2 commit 1d739e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bookstore/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,3 @@ cds.once('bootstrap',(app)=>{

// Add Swagger UI
require('./srv/swagger-ui')

// Returning cds.server
module.exports = cds.server

// For didactic reasons in capire
const { ReviewsService, OrdersService } = cds.requires
if (!ReviewsService?.credentials && !OrdersService?.credentials) cds.requires.messaging = false

0 comments on commit 1d739e4

Please sign in to comment.