diff --git a/docs/dev/plugin.md b/docs/dev/plugin.md index e829a1fc..a6ff216b 100644 --- a/docs/dev/plugin.md +++ b/docs/dev/plugin.md @@ -106,7 +106,7 @@ routeAPI.get('/test', (req, res) => { }) ``` -This endpoint will be exposed at /api/plugin//test +This endpoint will be exposed at `/api/plugin//test` ## Access to DB since 1.6.4