From 45a8c809a360004f75aabc09e3f045067e79fe28 Mon Sep 17 00:00:00 2001 From: Darren Nelsen Date: Thu, 24 Aug 2017 16:48:22 -0400 Subject: [PATCH] added proxy to pull data from proper url --- app/ionic.config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/ionic.config.json b/app/ionic.config.json index a7bf4dd..6f01a59 100644 --- a/app/ionic.config.json +++ b/app/ionic.config.json @@ -4,5 +4,9 @@ "type": "ionic-angular", "integrations": { "cordova": {} - } + }, + "proxies": [{ + "path": "/api", + "proxyUrl": "http://localhost:3000/api" + }] }