doc: update config.json sample for resource with https://server.url
This commit is contained in:
parent
bb21fae82a
commit
35136e8b0a
14
README.md
14
README.md
@ -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/"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user