Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadim Ritter committed Aug 27, 2024
1 parent b09d915 commit c29d2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ app.use(routes);


//static files routes
app.get("/", (req: Request, res: Response) => {
app.get(ENV.BASE_PATH + "/", (req: Request, res: Response) => {
console.log("it got here test1")

res.sendFile(mainIndexPath);
Expand Down

0 comments on commit c29d2ae

Please sign in to comment.