29 lines
377 B
JSON
29 lines
377 B
JSON
{
|
|
"initial:before": {
|
|
"loopback#favicon": {},
|
|
"loopback#compress": {}
|
|
},
|
|
"initial": {
|
|
"compression": {}
|
|
},
|
|
"session": {
|
|
},
|
|
"auth": {
|
|
},
|
|
"parse": {
|
|
},
|
|
"routes": {
|
|
},
|
|
"files": {
|
|
"loopback#static": {
|
|
"params": "$!../client"
|
|
}
|
|
},
|
|
"final": {
|
|
"loopback#urlNotFound": {}
|
|
},
|
|
"final:after": {
|
|
"errorhandler": {}
|
|
}
|
|
}
|