Fix: remove AI Pricing badge from customer page, use relative API URLs via nginx proxy

This commit is contained in:
root
2026-06-20 19:34:21 +00:00
parent 66186168c7
commit 2161ba1df6
3 changed files with 10 additions and 24 deletions
+1 -1
View File
@@ -109,7 +109,7 @@
</footer>
<script>
const API = 'http://192.168.1.126:8581';
const API = '';
const COOKIE_NAME = 'vela_order_check';
const STATUSES = ['received','confirmed','hardware ready','installing','completed'];