From f6fc8a4a0fd780d03e4943c5fe7fd0ff6a58fa76 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 26 Jun 2017 09:38:17 -0400 Subject: [PATCH] local desktop https endpoints --- src/services/apiService.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/services/apiService.js b/src/services/apiService.js index a3f7ceb528..dec5051ebd 100644 --- a/src/services/apiService.js +++ b/src/services/apiService.js @@ -1,7 +1,11 @@ function ApiService(tokenService, appIdService, utilsService, logoutCallback) { // Desktop //this.baseUrl = 'http://localhost:4000'; - //this.identityBaseUrl = 'http://localhost:33656'; + //this.identityBaseUrl = 'http://localhost:33656'; + + // Desktop HTTPS + //this.baseUrl = 'https://localhost:44377'; + //this.identityBaseUrl = 'https://localhost:44392'; // Desktop external //this.baseUrl = 'http://192.168.1.6:4000';