doc: update config.json sample for resource with https://server.url

This commit is contained in:
antoine37120 2021-04-06 17:54:19 +02:00 committed by Jean-Baptiste Pasquier
parent 7b7b2a938e
commit 6f85094bbb
1 changed files with 7 additions and 7 deletions

View File

@ -525,13 +525,13 @@ Module declaration, on `config.json`:
{
"type": "resources",
"endpoints": {
"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/"
"get": "https://server.url/resources/",
"post": "https://server.url/resources/",
"types": "https://server.url/types/",
"keywords": "https://server.url/keywords/",
"postTypes": "https://server.url/types/",
"postKeywords": "https://server.url/keywords/",
"uploads": "https://server.url/upload/"
}
}
```