minor on plugin documentation

This commit is contained in:
lesion 2024-11-30 10:29:30 +01:00
parent 5a185dc47b
commit 4e8ff2f839
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -106,7 +106,7 @@ routeAPI.get('/test', (req, res) => {
})
```
This endpoint will be exposed at <your_instance>/api/plugin/<your_plugin_name>/test
This endpoint will be exposed at `<your_instance>/api/plugin/<your_plugin_name>/test`
## Access to DB <span class='label label-yellow'>since 1.6.4</span>