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

Commit 205dc08

Browse files
authored
Update 05_Building_the_Frontend.md
The github issues have been moved to YouTrack and closed on github. The issue is still open, and therefore I changed the URL to the corresponding issue there.
1 parent 87dcc90 commit 205dc08

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)