Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktilis committed Jun 30, 2024
1 parent 29960e9 commit 9bbd88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/skinGetHashRoute/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ router.get('/skinGetHash/:nickname', async (req: Request, res: Response, next: N
});

router.get('/docs/skinGetHash/:nickname', (req: Request, res: Response) => {
const inputString = `## Route: GET /skin/:nickname
const inputString = `## Route: GET /skinGetHash/:nickname
Retrieves the skin image hash for the specified user nickname.
Expand Down
2 changes: 1 addition & 1 deletion src/routes/skinGetRoute/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ router.get('/docs/skin/:nickname', (req: Request, res: Response) => {
});

router.get('/docs/skinHash/:hash', (req: Request, res: Response) => {
const inputString = `## Route: GET /skin/:nickname
const inputString = `## Route: GET /skinHash/:nickname
Retrieves the skin image for the specified user nickname.
Expand Down

0 comments on commit 9bbd88f

Please sign in to comment.