Set up app engine dispatch rules
This commit is contained in:
parent
bd54cee952
commit
db52225e46
3 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const API_URL = process.env.NODE_ENV === 'production' ? 'https://api-dot-crabfit.uc.r.appspot.com' : 'http://localhost:8080'
|
||||
const API_URL = process.env.NODE_ENV === 'production' ? 'https://api.crab.fit' : 'http://localhost:8080'
|
||||
|
||||
const handleError = error => {
|
||||
if (error && error.status) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue