Ver código fonte

baseUrl added

Nicholas Maidanos 6 anos atrás
pai
commit
11bf25c80e
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4
    1
      src/providers/url/url.ts

+ 4
- 1
src/providers/url/url.ts Ver arquivo

@@ -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;