added proxy to pull data from proper url
This commit is contained in:
parent
ccf681dda7
commit
45a8c809a3
@ -4,5 +4,9 @@
|
|||||||
"type": "ionic-angular",
|
"type": "ionic-angular",
|
||||||
"integrations": {
|
"integrations": {
|
||||||
"cordova": {}
|
"cordova": {}
|
||||||
}
|
},
|
||||||
|
"proxies": [{
|
||||||
|
"path": "/api",
|
||||||
|
"proxyUrl": "http://localhost:3000/api"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user