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