refactor(federation): 🚚 Change Like path from /objects/{id} to /likes/{id}

This commit is contained in:
Jesse Wierzbinski 2025-03-28 22:06:42 +01:00
parent 3d3e64edab
commit d75254fc71
No known key found for this signature in database
18 changed files with 102 additions and 112 deletions

View file

@ -8,6 +8,7 @@ const route = createRoute({
path: "/messaging",
summary: "Endpoint for the Instance Messaging Versia Extension.",
description: "https://versia.pub/extensions/instance-messaging.",
tags: ["Federation"],
request: {
body: {
content: {