Skip to content

Commit

Permalink
[Application] Updated the daily check in url
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Dec 18, 2022
1 parent 695c13e commit 93b3fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/application/url_page/url_page_bloc.dart
Expand Up @@ -16,7 +16,7 @@ class UrlPageBloc extends Bloc<UrlPageEvent, UrlPageState> {
final wishSimulatorUrl = 'https://gi-wish-simulator.uzairashraf.dev';
final officialMapUrl = 'https://act.hoyolab.com/ys/app/interactive-map/index.html';
final unofficialMapUrl = 'https://genshin-impact-map.appsample.com';
final dailyCheckInUrl = 'https://webstatic-sea.mihoyo.com/ys/event/signin-sea/index.html?act_id=e202102251931481';
final dailyCheckInUrl = 'https://act.hoyolab.com/ys/event/signin-sea-v3/index.html?act_id=e202102251931481';

final NetworkService _networkService;
final TelemetryService _telemetryService;
Expand Down

0 comments on commit 93b3fdf

Please sign in to comment.