1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

ref: Fix position

This commit is contained in:
Maksim Eltyshev 2024-07-21 18:26:49 +02:00
parent 8d554bacc8
commit e73764bc6c

View file

@ -26,7 +26,6 @@ module.exports.http = {
* (This Sails app's routes are handled by the "router" middleware below.) * (This Sails app's routes are handled by the "router" middleware below.)
* *
*/ */
poweredBy: false,
// order: [ // order: [
// 'cookieParser', // 'cookieParser',
// 'session', // 'session',
@ -49,5 +48,7 @@ module.exports.http = {
// var middlewareFn = skipper({ strict: true }); // var middlewareFn = skipper({ strict: true });
// return middlewareFn; // return middlewareFn;
// })(), // })(),
poweredBy: false,
}, },
}; };