Ver Fonte

fix: online parse

ryanemax há 9 meses atrás
pai
commit
1b4edc8fa1
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      projects/textbook/src/app/app.component.ts

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