Skip to content

Commit

Permalink
Update demo site url
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Sep 24, 2024
1 parent 1b23816 commit fb5e193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main/kotlin/dev/hotwire/demo/Urls.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Urls {
private const val localDevUrl = "http://192.168.1.1:45678"

// Remote demo server
private const val remoteUrl = "https://turbo-native-demo.glitch.me"
private const val remoteUrl = "https://hotwire-native-demo.dev"

// Base app url
private val appUrl = if (useLocalDev) localDevUrl else remoteUrl
Expand Down

0 comments on commit fb5e193

Please sign in to comment.