test
This commit is contained in:
4
scripts/vnos.js
Normal file → Executable file
4
scripts/vnos.js
Normal file → Executable file
@@ -81,9 +81,9 @@ function getKey() {
|
||||
}
|
||||
return response.json();
|
||||
})
|
||||
.then(data => {
|
||||
.then(data => {
|
||||
console.log("Success:", data);
|
||||
window.location.href = "/";
|
||||
window.location.href = "index.html";
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error("Error:", error);
|
||||
|
||||
Reference in New Issue
Block a user