We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f03ad commit fb3d395Copy full SHA for fb3d395
src/routes/index.ts
@@ -16,7 +16,7 @@ router.get('/', function (req: Request, res: Response, next: NextFunction) {
16
17
/* Forbidden Page. */
18
router.get('/v1', function (req: Request, res: Response, next: NextFunction) {
19
- throw new ResponseError.Forbidden('forbidden, wrong endpoint access')
+ throw new ResponseError.Forbidden('forbidden, wrong access endpoint')
20
})
21
22
/* Declare Route */
0 commit comments