Skip to content

Commit

Permalink
Fix genshin impact url api
Browse files Browse the repository at this point in the history
  • Loading branch information
zvyap committed Aug 31, 2023
1 parent 6bb0978 commit ca9509a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/zvyap/hoyoapi/APIEnvironment.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public enum APIEnvironment {
GameAPIConstant.builder()
.gameType(GameType.GENSHIN_IMPACT)
.name("Genshin Impact")
.apiUrl("https://hk4e-api-os.hoyoverse.com")
.dailyCheckInApiEndpoint("https://hk4e-api-os.hoyoverse.com/event/sol")
.apiUrl("https://sg-hk4e-api.hoyolab.com")
.dailyCheckInApiEndpoint("https://sg-hk4e-api.hoyolab.com/event/sol")
.dailyCheckInActId("e202102251931481")
.gameBiz("hk4e_global")
.build(),
Expand Down

0 comments on commit ca9509a

Please sign in to comment.