Skip to content

Commit b0396f0

Browse files
committed
chore(custo-api): update references to the public API site
1 parent c4fbb7b commit b0396f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ window.lumapps.customize(({ api }) => {
12331233

12341234
`api` is an [Axios](https://github.com/axios/axios) instance that allows executing XHR requests to both LumApps api's as well as external APIs. If you want to query LumApps's services, please take into consideration that URLs need to be relative rather than absolute. So for example, if your site's URL is `https://mysite.com` and you want to query the CONTENT API in order to retrieve a specific content, you will need to use `/_ah/api/lumsites/v1/content/get` rather than `https://mysite.com/_ah/api/lumsites/v1/content/get`.
12351235

1236-
If you want to know which API you can use on LumApps, please take a look at the [API](https://apiv1.lumapps.com) documentation site.
1236+
If you want to know which API you can use on LumApps, please take a look at the [API](https://api.lumapps.com) documentation site.
12371237

12381238
### setText
12391239
```js

0 commit comments

Comments
 (0)