Skip to content

Commit

Permalink
Merge pull request #11 from Qichen-Liu/eden_add_static
Browse files Browse the repository at this point in the history
add static views
  • Loading branch information
qndgsa authored Dec 27, 2023
2 parents 7fd795a + d2b16ed commit a6fd49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ app.use(
);

app.use(express.json());
app.use(express.static("views"));

// ------ SESSION & COOKIES & PASSPORT ------
let cookieConfig = {
Expand Down

0 comments on commit a6fd49c

Please sign in to comment.