summaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 0eeb0b0..c67b294 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -35,7 +35,7 @@
(async () => {
const result = await checkUserStatus();
if (result != "you got laundry") {
- window.location.href = './start/';
+ window.location.href = './status/';
} else {
window.location.href = './timer/';
}