Skip to content

Commit 851ab7c

Browse files
committed
Move up schema in api so it reads properly.
1 parent af6af0c commit 851ab7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/routes/v2/api.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ const basicRateLimit = rateLimit({
7979
* description: Success.
8080
* content:
8181
* application/json:
82-
* schema:
83-
* type: object
84-
* properties:
85-
* message:
86-
* type: string
82+
* schema:
83+
* type: object
84+
* properties:
85+
* message:
86+
* type: string
8787
* 401:
8888
* $ref: '#/components/responses/Error'
8989
*/

0 commit comments

Comments
 (0)