mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
No more jquery in adminpanel
This commit is contained in:
@@ -32,6 +32,7 @@ app.set('view engine', 'handlebars');
|
||||
app.set('trust proxy', '127.0.0.1');
|
||||
app.enable('view cache');
|
||||
app.set('views', publicPath);
|
||||
app.use( bodyParser.json() ); // to support JSON-encoded bodies
|
||||
app.use(bodyParser.urlencoded({
|
||||
extended: true
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user