fix: update API URL to 192.168.1.126:8581

This commit is contained in:
root
2026-06-20 17:29:44 +00:00
parent 1aba037a71
commit 576781202f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
</footer>
<script>
const API = 'http://192.168.1.30:8581';
const API = 'http://192.168.1.126:8581';
const COOKIE_NAME = 'vela_order_check';
const STATUSES = ['received','confirmed','hardware ready','installing','completed'];