Skip to content

Commit

Permalink
fix: new URL Regex From Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Sep 21, 2024
1 parent ac5ca09 commit f7c6d50
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class ShareUrlIdParser(
mutableListOf(
"place/(\\d+)".toRegex(),
"id=(\\d+)".toRegex(),
"pinId=(\\d+)".toRegex(),
)

private val client: RestClient = RestClient.builder().build()
Expand Down

0 comments on commit f7c6d50

Please sign in to comment.