summaryrefslogtreecommitdiffstats
path: root/src/internal-server/start/routes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal-server/start/routes.js')
-rw-r--r--src/internal-server/start/routes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal-server/start/routes.js b/src/internal-server/start/routes.js
index 63d0876e3..79c809f5f 100644
--- a/src/internal-server/start/routes.js
+++ b/src/internal-server/start/routes.js
@@ -66,7 +66,7 @@ Route.group(() => {
66 .middleware(OnlyAllowFerdium); 66 .middleware(OnlyAllowFerdium);
67 67
68Route.group(() => { 68Route.group(() => {
69 Route.get('icon/:id', 'ServiceController.icon'); 69 Route.get('icon/:id', 'ImageController.icon');
70}).prefix(API_VERSION); 70}).prefix(API_VERSION);
71 71
72// Franz account import 72// Franz account import