Merge pull request #806 from SonicWizard/next
added proxy to pull data from proper url
This commit is contained in:
commit
389e752096
@ -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