7fc66a182e
The new location allows developer to use the following identifiers when loading the middleware using the new declarative style: app.middlewareFromConfig( require('loopback/server/middleware/rest'), { phase: 'routes' }); app.middlewareFromConfig( require('loopback/server/middleware/url-not-found'), { phase: 'final' }); |
||
---|---|---|
.. | ||
context.js | ||
rest.js | ||
static.js | ||
status.js | ||
token.js | ||
url-not-found.js |