Merge branch 'solid-resource' of https://git.startinblox.com/applications/hubl into solid-resource
This commit is contained in:
commit
a981247bd9
14
README.md
14
README.md
@ -525,13 +525,13 @@ Module declaration, on `config.json`:
|
|||||||
{
|
{
|
||||||
"type": "resources",
|
"type": "resources",
|
||||||
"endpoints": {
|
"endpoints": {
|
||||||
"get": "https://server.url/resources/",
|
"get": "http://server.url/resources/",
|
||||||
"post": "https://server.url/resources/",
|
"post": "http://server.url/resources/",
|
||||||
"types": "https://server.url/types/",
|
"types": "http://server.url/types/",
|
||||||
"keywords": "https://server.url/keywords/",
|
"keywords": "http://server.url/keywords/",
|
||||||
"postTypes": "https://server.url/types/",
|
"postTypes": "http://server.url/types/",
|
||||||
"postKeywords": "https://server.url/keywords/",
|
"postKeywords": "http://server.url/keywords/",
|
||||||
"uploads": "https://server.url/upload/"
|
"uploads": "http://server.url/upload/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user