Skip to content

Commit 11277be

Browse files
committed
fix: upload image api 404
Signed-off-by: Bob Du <[email protected]>
1 parent 5c052eb commit 11277be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,7 @@ router.post('/statistics/by-day', auth, async (req, res) => {
13061306
})
13071307

13081308
app.use('', uploadRouter)
1309+
app.use('/api', uploadRouter)
13091310

13101311
app.use('', router)
13111312
app.use('/api', router)

0 commit comments

Comments
 (0)