doc: update config.json sample for resource

This commit is contained in:
antoine37120 2021-04-06 17:45:26 +02:00
parent d1c2044c61
commit bb21fae82a
1 changed files with 7 additions and 6 deletions

View File

@ -525,12 +525,13 @@ Module declaration, on `config.json`:
{
"type": "resources",
"endpoints": {
"get": "http://server.url/resources/",
"post": "http://server.url/resources/",
"types": "http://server.url/keywords/",
"keywords": "http://server.url/types/",
"postTypes": "http://server.url/keywords/",
"postKeywords": "http://server.url/types/"
"get": "https://api.test4.startinblox.com/resources/",
"post": "https://api.test4.startinblox.com/resources/",
"types": "https://api.test4.startinblox.com/types/",
"keywords": "https://api.test4.startinblox.com/keywords/",
"postTypes": "https://api.test4.startinblox.com/types/",
"postKeywords": "https://api.test4.startinblox.com/keywords/",
"uploads": "https://api.test4.startinblox.com/upload/"
}
}
```