resolve to /api
This commit is contained in:
parent
0b4b1dff3c
commit
71a7749721
|
@ -8,7 +8,7 @@ import { CircularProgress } from "@material-ui/core"
|
||||||
/**
|
/**
|
||||||
* nginx is setup to automatically handle and rewrite the url path.
|
* nginx is setup to automatically handle and rewrite the url path.
|
||||||
*/
|
*/
|
||||||
const API_ENDPOINT = "http://144.76.136.122/api"
|
const API_ENDPOINT = "/api"
|
||||||
|
|
||||||
const pName = R.prop("name")
|
const pName = R.prop("name")
|
||||||
|
|
||||||
|
|
Reference in New Issue