Skip to content

Commit

Permalink
fix: 서버 코드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sooyeon-kr committed Sep 10, 2024
1 parent 4af0d79 commit 6fc4e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ app.use(
);

// Routes
// setupRoutes(app);
setupRoutes(app);

app.use('/consulting-room/', consultingRoutes);
// app.use('/consulting-room', consultingRoutes);

// 404 handler
app.use((req, res, next) => {
Expand Down

0 comments on commit 6fc4e37

Please sign in to comment.