mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat(federation): Finalize Versia 0.6 port
This commit is contained in:
parent
fca30b4dad
commit
b7e77097ba
20 changed files with 2788 additions and 439 deletions
2
packages/api/routes/versia/v0.6/inbox.ts
vendored
2
packages/api/routes/versia/v0.6/inbox.ts
vendored
|
|
@ -4,7 +4,7 @@ import z from "zod";
|
|||
import { InboxJobType, inboxQueue } from "~/packages/kit/queues/inbox/queue";
|
||||
|
||||
export default apiRoute((app) =>
|
||||
app.get(
|
||||
app.post(
|
||||
"/.versia/v0.6/inbox",
|
||||
describeRoute({
|
||||
summary: "Instance inbox endpoint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue