소스 검색

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;