Skip to content

Commit

Permalink
Switch to official backend
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Oct 17, 2024
1 parent 7fd5903 commit 3bb3eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/commonMain/kotlin/service/DefaultWebClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import kotlinx.serialization.json.Json
import model.World
import model.filter.FilterQuery

const val BASE_API_URL = "https://oni-seed-uploader-stefan-oltmann.koyeb.app"
const val BASE_API_URL = "https://apibeta.mapsnotincluded.org"
const val FIND_URL = "$BASE_API_URL/coordinate"
const val SEARCH_URL = "$BASE_API_URL/search"
const val COUNT_URL = "$BASE_API_URL/count"
Expand Down

0 comments on commit 3bb3eea

Please sign in to comment.