瀏覽代碼

baseUrl added

Nicholas Maidanos 6 年之前
父節點
當前提交
11bf25c80e
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      src/providers/url/url.ts

+ 4
- 1
src/providers/url/url.ts 查看文件

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