Browse Source

baseUrl added

Nicholas Maidanos 6 years ago
parent
commit
11bf25c80e
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/providers/url/url.ts

+ 4
- 1
src/providers/url/url.ts View File

@@ -15,7 +15,10 @@ export class UrlProvider {
15 15
   // }
16 16
 
17 17
   //private baseUrl = "http://localhost:8080";
18
-  private baseUrl = "https://zipteampurple.herokuapp.com";
18
+  //private baseUrl = "https://zipteampurple.herokuapp.com";
19
+  private baseUrl = "https://git.heroku.com/zipteampurplev2.git";
20
+  //https://git.heroku.com/zipteampurplev2.git
21
+
19 22
 
20 23
   setBaseUrl(baseUrl: string){
21 24
     this.baseUrl = baseUrl;