cosmetics
This commit is contained in:
8
bookshop/@cds-models/UserService/index.js
Normal file
8
bookshop/@cds-models/UserService/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// This is an automatically generated file. Please do not change its contents manually!
|
||||
const cds = require('@sap/cds')
|
||||
const csn = cds.entities('UserService')
|
||||
module.exports.me = csn.me
|
||||
module.exports.me_ = csn.me
|
||||
// actions
|
||||
module.exports.login = 'login'
|
||||
// enums
|
||||
Reference in New Issue
Block a user