Skip to content

Commit

Permalink
Web: add a temporary proxy server for images from sessionize.com
Browse files Browse the repository at this point in the history
  • Loading branch information
bashor committed May 22, 2024
1 parent e285973 commit d5c87a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.seiko.imageloader.intercept.painterMemoryCacheConfig
import kotlinx.browser.window
import org.w3c.dom.url.URL

val defaultSessionizeProxy = apiEndpoint
val defaultSessionizeProxy = "https://hi-kotlin-wasm.bashorov.workers.dev"

actual fun createImageLoader(context: ApplicationContext): ImageLoader {
return ImageLoader {
Expand Down

0 comments on commit d5c87a6

Please sign in to comment.