mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: 📝 Move documentation to a custom VitePress site
This commit is contained in:
parent
19d8680289
commit
06a8dd1c0a
26 changed files with 1449 additions and 775 deletions
|
|
@ -73,8 +73,8 @@ const route = createRoute({
|
|||
},
|
||||
},
|
||||
responses: {
|
||||
200: {
|
||||
description: "uploaded emoji",
|
||||
201: {
|
||||
description: "Uploaded emoji",
|
||||
content: {
|
||||
"application/json": {
|
||||
schema: Emoji.schema,
|
||||
|
|
@ -173,6 +173,6 @@ export default apiRoute((app) =>
|
|||
alt,
|
||||
});
|
||||
|
||||
return context.json(emoji.toApi(), 200);
|
||||
return context.json(emoji.toApi(), 201);
|
||||
}),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue