0225138 пре 2 месеци
родитељ
комит
c6e24460b7
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/app/app.component.ts

+ 3 - 0
src/app/app.component.ts

@@ -1,4 +1,7 @@
 import { Component } from '@angular/core';
+import * as Parse from "parse";
+Parse.initialize("dev");
+(Parse as any).serverURL = 'http://web2023.fmode.cn:9999/parse'
 
 @Component({
   selector: 'app-root',