Skip to content

Commit

Permalink
wip: log setup routes
Browse files Browse the repository at this point in the history
  • Loading branch information
jessie129j committed Jan 28, 2024
1 parent a31e489 commit f489916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/loaders/express.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const setupLogger = (app: Express) => {
};

const setupRoutes = (app: Express) => {
console.log("setup Routes...");
for (let router of routers) {
app.use("/api/" + router.label, router.routes);
}
Expand Down

0 comments on commit f489916

Please sign in to comment.