We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9cdcb commit 9595ff8Copy full SHA for 9595ff8
1 file changed
theme/book.js
@@ -133,7 +133,7 @@ function playground_text(playground, hidden = true) {
133
134
result_block.innerText = 'Verifying...';
135
136
- fetch_with_timeout('http://viper-server.inf.ethz.ch:3001/', {
+ fetch_with_timeout('https://viper-server.inf.ethz.ch:3001/', {
137
headers: {
138
'Content-Type': 'application/json',
139
},
0 commit comments