Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit d4df53a

Browse files
Merge pull request #133 from Swissbite/patch-1
Update 05_Building_the_Frontend.md
2 parents 375667c + 205dc08 commit d4df53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Full Stack Web App with Kotlin Multiplatform/05_Building_the_Frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import io.ktor.client.features.json.serializer.KotlinxSerializer
2323

2424
import kotlinx.browser.window
2525

26-
val endpoint = window.location.origin // only needed until https://github.com/ktorio/ktor/issues/1695 is resolved
26+
val endpoint = window.location.origin // only needed until https://youtrack.jetbrains.com/issue/KTOR-453 is resolved
2727

2828
val jsonClient = HttpClient {
2929
install(JsonFeature) { serializer = KotlinxSerializer() }

0 commit comments

Comments
 (0)