fix User.kt(5x)

- fun enable fix
This commit is contained in:
dalbodeule 2024-08-08 20:46:10 +09:00
parent e342a3aabb
commit 60aedc6954
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -43,7 +43,7 @@ data class RegisterChzzkUserDTO(
)
fun Routing.apiRoutes() {
val chzzkIDRegex = """(?:.+chzzk\.naver\.com/)?([a-f0-9]{32})?(?:/live)?${'$'}/.+""".toRegex()
val chzzkIDRegex = """(?:.+chzzk\.naver\.com\/)?([a-f0-9]{32})(?:.+)?""".toRegex()
val dispatcher: CoroutinesEventBus by inject(CoroutinesEventBus::class.java)
route("/") {