ryanemax 9 mesiacov pred
rodič
commit
1b4edc8fa1

+ 2 - 2
projects/textbook/src/app/app.component.ts

@@ -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')
   }