summaryrefslogtreecommitdiff
path: root/frontend/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.js')
-rw-r--r--frontend/main.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/main.js b/frontend/main.js
index 2b35977..90c3e5c 100644
--- a/frontend/main.js
+++ b/frontend/main.js
@@ -1,8 +1,7 @@
// --- begin, important constants
const data = {
duration: 1, // will be multiplied by 30
- block: 1,
- machine: 2,
+ machine_id: ""
}
const API_URL = "https://backend.laundryweb.altafcreator.com"