From 1365987a1cb257073f7defdfbb7fb8c63afbadb9 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 16 May 2024 21:51:49 -1000 Subject: [PATCH] fix(federation): :ambulance: Correct user inbox endpoint API route --- server/api/users/:uuid/inbox/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api/users/:uuid/inbox/index.ts b/server/api/users/:uuid/inbox/index.ts index 373ecb50..80765219 100644 --- a/server/api/users/:uuid/inbox/index.ts +++ b/server/api/users/:uuid/inbox/index.ts @@ -26,7 +26,7 @@ export const meta = applyConfig({ duration: 60, max: 500, }, - route: "/users/:uuid", + route: "/users/:uuid/inbox", }); export const schemas = {