From 8f46381999288ff8d036f2292199e3d383f3efa0 Mon Sep 17 00:00:00 2001 From: Leo Giovanetti Date: Thu, 24 Dec 2020 16:22:13 -0300 Subject: [PATCH] Removing server from cap config at ios --- ios/App/App/capacitor.config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/ios/App/App/capacitor.config.json b/ios/App/App/capacitor.config.json index 05e195d..3ecb51b 100644 --- a/ios/App/App/capacitor.config.json +++ b/ios/App/App/capacitor.config.json @@ -9,8 +9,5 @@ "launchShowDuration": 0 } }, - "server": { - "url": "http://192.168.86.26:3000" - }, "cordova": {} }