Skip to content

Commit fb3d395

Browse files
committed
fix: typo routes index
1 parent 49f03ad commit fb3d395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ router.get('/', function (req: Request, res: Response, next: NextFunction) {
1616

1717
/* Forbidden Page. */
1818
router.get('/v1', function (req: Request, res: Response, next: NextFunction) {
19-
throw new ResponseError.Forbidden('forbidden, wrong endpoint access')
19+
throw new ResponseError.Forbidden('forbidden, wrong access endpoint')
2020
})
2121

2222
/* Declare Route */

0 commit comments

Comments
 (0)