Skip to content

Commit

Permalink
punkt zu viel in der route
Browse files Browse the repository at this point in the history
  • Loading branch information
jipsonminibhavan committed Feb 8, 2024
1 parent 63c2b4e commit 3fcbd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class App {

private initializeRoutes(routes: Array<express.Router>): void {
routes.forEach((route) => {
this.app.use("./", route);
this.app.use("/", route);
});
}

Expand Down

0 comments on commit 3fcbd5b

Please sign in to comment.