UNPKG

@sap/cds-dk

Version:

Command line client and development toolkit for the SAP Cloud Application Programming Model

17 lines (12 loc) 206 B
const odataApi = { in: 'routes', where: { target: '/odata/$1' } } const html5RepoApi = { in: 'routes', where: { service: 'html5-apps-repo-rt' } } module.exports = { odataApi, html5RepoApi }