Skip to content

Commit 04d9b30

Browse files
authoredMar 2, 2025
chore: fix tags
1 parent 77fb6de commit 04d9b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ app.doc("/openapi.json", (c) => {
7777
},
7878
tags: [
7979
{
80-
name: "Emoji",
81-
description: "Emoji related endpoints",
80+
name: "Categories",
81+
description: "Categories related endpoints",
8282
},
8383
{
8484
name: "Versions",

0 commit comments

Comments
 (0)