flowaaa 1 년 전
부모
커밋
fcdf5f5f99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-angular/src/app/app.module.ts

+ 1 - 1
app-angular/src/app/app.module.ts

@@ -7,7 +7,7 @@ import { AppComponent } from './app.component';
 import { IonicModule } from '@ionic/angular';
 
 import * as Parse from "parse"
-(Parse as any).serverURL = "http://web2023.fmode.cn:9999/parse"
+(Parse as any).serverURL = "http://metapunk.cn:9999/parse"
 Parse.initialize("dev")
 
 @NgModule({