mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor on plugin documentation
This commit is contained in:
parent
5a185dc47b
commit
4e8ff2f839
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
## Access to DB <span class='label label-yellow'>since 1.6.4</span>
|
||||||
|
|
Loading…
Reference in a new issue