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