Skip to content

Commit

Permalink
[FEAT] 캐라서비스 종료
Browse files Browse the repository at this point in the history
  • Loading branch information
leGit-y committed Nov 11, 2024
1 parent 3758a5f commit f30429b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class App {
const swaggerSpec = YAML.load(path.join(__dirname, '../swagger.yaml'))
app.use('/api-docs', swaggerUi.serve, swaggerUi.setup(swaggerSpec));

app.use("/v1", router);
app.use("/v2", router);
app.get("/health", (req: Request, res: Response, next: NextFunction) => {
res.status(200).json({
status: 200,
Expand Down

0 comments on commit f30429b

Please sign in to comment.