We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a31454 commit c5bbb66Copy full SHA for c5bbb66
client/index.js
@@ -83,7 +83,7 @@ async function bakeCookie(data) {
83
return response.json()
84
}
85
// VPN
86
-function ifVpn(data) {
+async function ifVpn(data) {
87
const response = await fetch("http://localhost:5000/if-vpn/"+ btoa(JSON.stringify(data)), {
88
method: 'GET',
89
headers: {'Content-Type': 'application/json'}
0 commit comments