[+] HTML endpoint

This commit is contained in:
2025-03-23 00:58:19 -04:00
parent 5d76f74c1e
commit a5ed8b7de7
3 changed files with 12 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
const HOST = 'http://127.0.0.1:8249'
// const HOST = 'http://127.0.0.1:8249'
const HOST = window.location.origin
export type Dict = Record<string, any>