diff --git a/DigitalData.UserManager.API/ClientApp/user_manager_ui/package.json b/DigitalData.UserManager.API/ClientApp/user_manager_ui/package.json index f877115..2c5066b 100644 --- a/DigitalData.UserManager.API/ClientApp/user_manager_ui/package.json +++ b/DigitalData.UserManager.API/ClientApp/user_manager_ui/package.json @@ -3,7 +3,8 @@ "version": "4.0.0", "scripts": { "ng": "ng", - "start": "ng serve --ssl -o", + "start:ssl": "ng serve --ssl -o", + "start": "ng serve -o", "build": "ng build --configuration production", "watch": "ng build --watch --configuration development", "test": "ng test", diff --git a/DigitalData.UserManager.API/ClientApp/user_manager_ui/proxy.conf.json b/DigitalData.UserManager.API/ClientApp/user_manager_ui/proxy.conf.json index 2a65598..89758b1 100644 --- a/DigitalData.UserManager.API/ClientApp/user_manager_ui/proxy.conf.json +++ b/DigitalData.UserManager.API/ClientApp/user_manager_ui/proxy.conf.json @@ -1,6 +1,6 @@ { "/api": { - "target": "https://localhost:7103", + "target": "https://localhost:7052", "secure": false, "changeOrigin": true }