diff --git a/README.md b/README.md index 68c35ea..497490c 100644 --- a/README.md +++ b/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/" } } ```