mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor(federation): 🚚 Change Like path from /objects/{id} to /likes/{id}
This commit is contained in:
parent
3d3e64edab
commit
d75254fc71
18 changed files with 102 additions and 112 deletions
|
|
@ -27,6 +27,7 @@ const route = createRoute({
|
|||
params: schemas.param,
|
||||
query: schemas.query,
|
||||
},
|
||||
tags: ["Federation"],
|
||||
responses: {
|
||||
200: {
|
||||
description: "User outbox",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue