Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Feb 5, 2024
1 parent 54bf207 commit 61b08ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composeApp/src/commonMain/kotlin/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ fun App() {
val client = HttpClient {
install(Resources)
defaultRequest {
host = "0.0.0.0"
port = 8080
url { protocol = URLProtocol.HTTP }
host = "api-shorten-kotlin.koyeb.app"
port = 443
url { protocol = URLProtocol.HTTPS }
}
}
MaterialTheme {
Expand Down

0 comments on commit 61b08ce

Please sign in to comment.