Skip to content

Commit

Permalink
Change base api path to /api
Browse files Browse the repository at this point in the history
  • Loading branch information
vixhnuchandran committed Jun 3, 2024
1 parent 3b50986 commit fe196f5
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,6 +15,6 @@ app.use((req: Request, res: Response, next) => {
next()
})

app.use("/api/store", authMiddleware, router)
app.use("/api", authMiddleware, router)

export default app

0 comments on commit fe196f5

Please sign in to comment.