fix: update API URL to 192.168.1.126:8581
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@
|
||||
</div>
|
||||
|
||||
<script>
|
||||
const API = 'http://192.168.1.30:8581';
|
||||
const API = 'http://192.168.1.126:8581';
|
||||
let token = localStorage.getItem('vela_admin_token') || '';
|
||||
let orders = [];
|
||||
let currentFilter = 'all';
|
||||
|
||||
Reference in New Issue
Block a user