|
@@ -16,8 +16,8 @@ export class AppComponent {
|
|
|
}
|
|
|
initParseService(){
|
|
|
Parse.initialize("edu-textbook");
|
|
|
- (Parse as any).serverURL = ("http://127.0.0.1:61337/parse");
|
|
|
- // (Parse as any).serverURL = ("http://8.140.98.43/parse");
|
|
|
+ // (Parse as any).serverURL = ("http://127.0.0.1:61337/parse");
|
|
|
+ (Parse as any).serverURL = ("http://8.140.98.43/parse");
|
|
|
localStorage.setItem('company','RbIKpmuaMC')
|
|
|
}
|
|
|
|