Skip to content

Commit

Permalink
sync(service): 新增获取随机图片api、可配置是否展示私有图
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 17, 2025
1 parent b49007a commit 87656fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/routes/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export function imageRoutes(router) {
.get('/file/:id', withResponseWrapper(handleGetImage))
.post('/images', withResponseWrapper(handleGetImages))
.post('/pubimg', withResponseWrapper(handleGetPublicImages))
.get('/random ', withResponseWrapper(handleGetRandomImage));
.get('/random', withResponseWrapper(handleGetRandomImage));
}

0 comments on commit 87656fa

Please sign in to comment.