Skip to content

Commit

Permalink
css hack tried
Browse files Browse the repository at this point in the history
  • Loading branch information
iampavangandhi committed Aug 20, 2020
1 parent 8076df9 commit e87ac41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1,565 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down
Loading

0 comments on commit e87ac41

Please sign in to comment.