Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
change host to kemono.party
Browse files Browse the repository at this point in the history
  • Loading branch information
WhichWho committed Oct 25, 2022
1 parent 81f3f96 commit 60f0e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/loli/ball/kemono/Global.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package loli.ball.kemono
import java.text.SimpleDateFormat
import java.util.*

const val BASE_URL = "https://beta.kemono.party"
const val BASE_URL = "https://kemono.party"

//Mon, 02 Aug 2021 01:35:16 GMT
val GTMDateParser = object : SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss 'GMT'", Locale.ENGLISH) {
Expand Down

0 comments on commit 60f0e83

Please sign in to comment.