Skip to content

Commit

Permalink
Use productive api (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored May 5, 2021
1 parent 60ce1d2 commit e32db18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ fun MainApp() {
install(HttpCookies)
defaultRequest {
url {
protocol = URLProtocol.HTTP
host = "localhost"
protocol = URLProtocol.HTTPS
host = "api.todo.softwork.app"
}
}
}
Expand Down

0 comments on commit e32db18

Please sign in to comment.