Merge pull request #806 from SonicWizard/next

added proxy to pull data from proper url
This commit is contained in:
Justin Langston 2017-08-29 16:12:32 -04:00 committed by GitHub
commit 389e752096

View File

@ -4,5 +4,9 @@
"type": "ionic-angular",
"integrations": {
"cordova": {}
}
},
"proxies": [{
"path": "/api",
"proxyUrl": "http://localhost:3000/api"
}]
}