From c29d2aecdf2fd39a5e724571c26a5db6b3b4dc82 Mon Sep 17 00:00:00 2001 From: Nadim Ritter Date: Tue, 27 Aug 2024 15:20:27 +0200 Subject: [PATCH] changes --- server/src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/app.ts b/server/src/app.ts index eb502f3..574e622 100644 --- a/server/src/app.ts +++ b/server/src/app.ts @@ -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);