From 87afb6ede0ab6cfcba040c929ef6931f2e69b01e Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 11 Jan 2026 22:21:53 +0800 Subject: oops --- frontend/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/index.js') 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/' } -- cgit v1.2.3