Skip to content

Commit

Permalink
Switch to Google Cloud run
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Oct 15, 2024
1 parent 9523315 commit d133217
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://oni-seed-browser-backend-106729705300.us-central1.run.app"
const val FIND_URL = "$BASE_API_URL/coordinate"
const val SEARCH_URL = "$BASE_API_URL/search"

Expand Down

0 comments on commit d133217

Please sign in to comment.