From 87656fa581f6c8ff4da2ab359dd25df4c8a77652 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 17 Jan 2025 06:21:09 +0000 Subject: [PATCH] =?UTF-8?q?sync(service):=20=E6=96=B0=E5=A2=9E=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E9=9A=8F=E6=9C=BA=E5=9B=BE=E7=89=87api=E3=80=81?= =?UTF-8?q?=E5=8F=AF=E9=85=8D=E7=BD=AE=E6=98=AF=E5=90=A6=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E7=A7=81=E6=9C=89=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/src/routes/image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/routes/image.js b/service/src/routes/image.js index 2a43cee..d94d3aa 100644 --- a/service/src/routes/image.js +++ b/service/src/routes/image.js @@ -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)); } \ No newline at end of file