mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Fixed public folder
This commit is contained in:
@@ -63,7 +63,7 @@ module.exports = function (configLocation) {
|
||||
);
|
||||
app.use(bodyParser.json({ limit: "50mb" }));
|
||||
app.use(bodyParser.urlencoded({ limit: "50mb", extended: true }));
|
||||
app.use(express.static(path.join(__dirname, "public")));
|
||||
app.use(express.static(path.join(__dirname, "..", "public")));
|
||||
app.use(cors());
|
||||
|
||||
/* Apply routers */
|
||||
|
||||
Reference in New Issue
Block a user