mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 19:05:29 +00:00
fix typos
This commit is contained in:
@@ -39,7 +39,7 @@ router.get(
|
||||
route({
|
||||
responses: {
|
||||
"200": {
|
||||
body: "GuildWithJoinedAt",
|
||||
body: "APIGuildWithJoinedAt",
|
||||
},
|
||||
401: {
|
||||
body: "APIErrorResponse",
|
||||
|
||||
@@ -36,7 +36,7 @@ router.get(
|
||||
route({
|
||||
responses: {
|
||||
200: {
|
||||
body: "GuildTemplate",
|
||||
body: "Template",
|
||||
},
|
||||
403: {
|
||||
body: "APIErrorResponse",
|
||||
|
||||
Reference in New Issue
Block a user