Skip to content

Commit

Permalink
Update fcm_setting.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
hfjxjjd123 authored Nov 24, 2023
1 parent 33a9af1 commit 914b470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bloc/notification/fcm_setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void fcmSetting() async{

// Listen to the onMessageOpenedApp stream
FirebaseMessaging.onMessageOpenedApp.listen((RemoteMessage message) {
WebviewMainController.to.loadUrl("https://www.dev.uspray.kr/main/");
WebviewMainController.to.loadUrl("https://www.uspray.kr/main/");
});

}
Expand Down

0 comments on commit 914b470

Please sign in to comment.