mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed issue with frontpagelists image not being saved on 404
This commit is contained in:
@@ -4,6 +4,7 @@ var server;
|
||||
var add = "";
|
||||
const path = require('path');
|
||||
const publicPath = path.join(__dirname, 'public');
|
||||
pathThumbnails = __dirname;
|
||||
var express = require('express');
|
||||
var app = express();
|
||||
var exphbs = require('express-handlebars');
|
||||
|
||||
Reference in New Issue
Block a user