UNPKG

@loopback/boot

Version:

A collection of Booters for LoopBack 4 Applications

10 lines (8 loc) 218 B
const {NoEntity} = require('../models/no-entity.model'); module.exports = { // this model extends Model, not Entity model: NoEntity, pattern: 'CrudRest', dataSource: 'db', basePath: '/no-entities', };