mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
Remove extra space
This commit is contained in:
@@ -4,7 +4,6 @@ import errorHandler from './errorHandler';
|
||||
import bodyParser from 'body-parser';
|
||||
|
||||
export default function attachMiddlewares (app) {
|
||||
|
||||
// Parse query parameters and json bodies
|
||||
// TODO handle errors
|
||||
app.use(bodyParser.urlencoded({
|
||||
|
||||
Reference in New Issue
Block a user