fix(federation): 🚑 Correct user inbox endpoint API route

This commit is contained in:
Jesse Wierzbinski 2024-05-16 21:51:49 -10:00
parent 0a82cdc59e
commit 1365987a1c
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ export const meta = applyConfig({
duration: 60,
max: 500,
},
route: "/users/:uuid",
route: "/users/:uuid/inbox",
});
export const schemas = {