|
@@ -187,15 +187,15 @@ var map = {
|
187
|
187
|
3
|
188
|
188
|
],
|
189
|
189
|
"../pages/channel/channel.module": [
|
190
|
|
- 285,
|
|
190
|
+ 287,
|
191
|
191
|
2
|
192
|
192
|
],
|
193
|
193
|
"../pages/create-channel/create-channel.module": [
|
194
|
|
- 286,
|
|
194
|
+ 285,
|
195
|
195
|
1
|
196
|
196
|
],
|
197
|
197
|
"../pages/register/register.module": [
|
198
|
|
- 287,
|
|
198
|
+ 286,
|
199
|
199
|
0
|
200
|
200
|
]
|
201
|
201
|
};
|
|
@@ -432,9 +432,9 @@ var AppModule = /** @class */ (function () {
|
432
|
432
|
__WEBPACK_IMPORTED_MODULE_2_ionic_angular__["d" /* IonicModule */].forRoot(__WEBPACK_IMPORTED_MODULE_3__app_component__["a" /* MyApp */], {}, {
|
433
|
433
|
links: [
|
434
|
434
|
{ loadChildren: '../pages/all-channels/all-channels.module#AllChannelsPageModule', name: 'AllChannelsPage', segment: 'all-channels', priority: 'low', defaultHistory: [] },
|
435
|
|
- { loadChildren: '../pages/channel/channel.module#ChannelPageModule', name: 'ChannelPage', segment: 'channel', priority: 'low', defaultHistory: [] },
|
436
|
435
|
{ loadChildren: '../pages/create-channel/create-channel.module#CreateChannelPageModule', name: 'CreateChannelPage', segment: 'create-channel', priority: 'low', defaultHistory: [] },
|
437
|
|
- { loadChildren: '../pages/register/register.module#RegisterPageModule', name: 'RegisterPage', segment: 'register', priority: 'low', defaultHistory: [] }
|
|
436
|
+ { loadChildren: '../pages/register/register.module#RegisterPageModule', name: 'RegisterPage', segment: 'register', priority: 'low', defaultHistory: [] },
|
|
437
|
+ { loadChildren: '../pages/channel/channel.module#ChannelPageModule', name: 'ChannelPage', segment: 'channel', priority: 'low', defaultHistory: [] }
|
438
|
438
|
]
|
439
|
439
|
}),
|
440
|
440
|
__WEBPACK_IMPORTED_MODULE_10__angular_common_http__["a" /* HttpClientModule */],
|
|
@@ -794,8 +794,9 @@ var UrlProvider = /** @class */ (function () {
|
794
|
794
|
// constructor(public http: HttpClient) {
|
795
|
795
|
// console.log('Hello UrlProvider Provider');
|
796
|
796
|
// }
|
797
|
|
- this.baseUrl = "http://localhost:8080";
|
798
|
|
- this.baseUrl = "https://zipteampurple.herokuapp.com";
|
|
797
|
+ //private baseUrl = "http://localhost:8080";
|
|
798
|
+ //private baseUrl = "https://zipteampurple.herokuapp.com";
|
|
799
|
+ this.baseUrl = "https://zipteampurplev2.herokuapp.com";
|
799
|
800
|
}
|
800
|
801
|
UrlProvider.prototype.setBaseUrl = function (baseUrl) {
|
801
|
802
|
this.baseUrl = baseUrl;
|