mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix(federation): 🚑 Correct user inbox endpoint API route
This commit is contained in:
parent
0a82cdc59e
commit
1365987a1c
|
|
@ -26,7 +26,7 @@ export const meta = applyConfig({
|
|||
duration: 60,
|
||||
max: 500,
|
||||
},
|
||||
route: "/users/:uuid",
|
||||
route: "/users/:uuid/inbox",
|
||||
});
|
||||
|
||||
export const schemas = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue