next we must define the configurations for our middleware
import {DEVICE_SPEC} from './spec'; export default { specs: { POST: { '/device': { body: DEVICE_SPEC, }, }, }, };
Last updated 5 years ago
Was this helpful?