diff --git a/app.js b/app.js index d715502..8c2735f 100644 --- a/app.js +++ b/app.js @@ -82,7 +82,7 @@ app.use(function (req, res, next) { }); // Static folder -app.use(express.static(path.join(__dirname, "public"))); +app.use(express.static(path.join(__dirname, "/public"))); // Routes app.use("/", require("./routes/api/index")); diff --git a/views/layouts/app.ejs b/views/layouts/app.ejs index 3c91ca1..fcefe3f 100644 --- a/views/layouts/app.ejs +++ b/views/layouts/app.ejs @@ -9,13 +9,10 @@ integrity="sha256-46r060N2LrChLLb5zowXQ72/iKKNiw/lAmygmHExk/o=" crossorigin="anonymous" /> - - + +