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", "type": "resources",
"endpoints": { "endpoints": {
"get": "http://server.url/resources/", "get": "https://api.test4.startinblox.com/resources/",
"post": "http://server.url/resources/", "post": "https://api.test4.startinblox.com/resources/",
"types": "http://server.url/keywords/", "types": "https://api.test4.startinblox.com/types/",
"keywords": "http://server.url/types/", "keywords": "https://api.test4.startinblox.com/keywords/",
"postTypes": "http://server.url/keywords/", "postTypes": "https://api.test4.startinblox.com/types/",
"postKeywords": "http://server.url/types/" "postKeywords": "https://api.test4.startinblox.com/keywords/",
"uploads": "https://api.test4.startinblox.com/upload/"
} }
} }
``` ```