added proxy to pull data from proper url

This commit is contained in:
Darren Nelsen 2017-08-24 16:48:22 -04:00
parent ccf681dda7
commit 45a8c809a3

View File

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