Update README
This commit is contained in:
parent
9c5ca019dc
commit
bad41cc5c1
15
README.md
15
README.md
|
@ -1,4 +1,5 @@
|
|||
# Status affiliate
|
||||
## Status affiliate
|
||||
|
||||
Status affilate T&C agreement landing page.
|
||||
|
||||
Development
|
||||
|
@ -12,4 +13,14 @@ Production
|
|||
yarn install
|
||||
yarn run build
|
||||
yarn run deploy
|
||||
```
|
||||
```
|
||||
|
||||
## REST API URL
|
||||
|
||||
```
|
||||
# src/utils/api.js
|
||||
|
||||
axios.defaults.baseURL = 'http://localhost:1337';
|
||||
```
|
||||
|
||||
Replace `'http://localhost:1337'` with the backend HOST or DNS. It's gonna be used for `http://{HOSTorDNS}/responses`(POST).
|
Loading…
Reference in New Issue