resolve to /api

This commit is contained in:
Eddie Wang 2019-12-03 17:30:51 -05:00
parent 0b4b1dff3c
commit 71a7749721
No known key found for this signature in database
GPG Key ID: DBFB3E83121BEDD1
1 changed files with 1 additions and 1 deletions

View File

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