Skip to content

Commit

Permalink
update routes
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Nov 6, 2024
1 parent e4fb112 commit f0710d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/fnd-server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ app.disable("x-powered-by");

app.use(traceContextMiddleware);

app.use("/", router);
app.use("/fnd-service", router);
app.use(["/fnd-service", "/"], router);

// Add this after all routes,
// but before any and other error-handling middlewares are defined
Expand Down

0 comments on commit f0710d1

Please sign in to comment.