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:
parent
8d554bacc8
commit
e73764bc6c
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,6 @@ module.exports.http = {
|
|||
* (This Sails app's routes are handled by the "router" middleware below.)
|
||||
*
|
||||
*/
|
||||
poweredBy: false,
|
||||
// order: [
|
||||
// 'cookieParser',
|
||||
// 'session',
|
||||
|
@ -49,5 +48,7 @@ module.exports.http = {
|
|||
// var middlewareFn = skipper({ strict: true });
|
||||
// return middlewareFn;
|
||||
// })(),
|
||||
|
||||
poweredBy: false,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue