UNPKG

@36node/template-service

Version:

A service boilerplate with openapi,rest and mongodb.

10 lines (8 loc) 162 B
const roles = { listPets: ["BREEDER", "OWNER"], createPet: ["BREEDER"], showPetById: ["OWNER"], updatePet: [], deletePet: [], }; export default roles;