summaryrefslogtreecommitdiff
path: root/frontend/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.js')
-rw-r--r--frontend/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.js b/frontend/index.js
index 7dc741e..e9de180 100644
--- a/frontend/index.js
+++ b/frontend/index.js
@@ -6,7 +6,7 @@
const urlCookie = await cookieStore.get("last_used_url");
if (urlCookie) {
- window.location.href = `./start/?machine_id=${urlCookie}`;
+ window.location.href = `./start/?machine=${urlCookie}`;
} else {
window.location.href = './status/'
}