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