From 4e8ff2f8399302a58873f0c42daeb7038f156187 Mon Sep 17 00:00:00 2001 From: lesion Date: Sat, 30 Nov 2024 10:29:30 +0100 Subject: [PATCH] minor on plugin documentation --- docs/dev/plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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