UNPKG

@colmena/api

Version:
60 lines (59 loc) 1.01 kB
{ "initial:before": { "loopback#favicon": {} }, "initial": { "compression": {}, "cors": { "params": { "origin": true, "credentials": true, "maxAge": 86400 } }, "helmet#xssFilter": {}, "helmet#frameguard": { "params": [ "deny" ] }, "helmet#hsts": { "params": { "maxAge": 0, "includeSubdomains": true } }, "helmet#hidePoweredBy": {}, "helmet#ieNoOpen": {}, "helmet#noSniff": {}, "helmet#noCache": { "enabled": false } }, "session": {}, "auth": {}, "parse": {}, "routes": { "loopback#rest": { "paths": [ "${restApiRoot}" ] }, "@colmena/api-helpers/src/publish-config.js": { "paths": [ "/config.js" ] } }, "files": { "loopback#static": { "params": "$!../client/" } }, "final": { "loopback#urlNotFound": {} }, "final:after": { "strong-error-handler": {} } }