Update README

This commit is contained in:
jinhojang6 2020-11-10 01:47:19 +09:00
parent 9c5ca019dc
commit bad41cc5c1
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
1 changed files with 13 additions and 2 deletions

View File

@ -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).