Spaces:
Sleeping
Sleeping
Update static/embed.js
Browse files- static/embed.js +1 -1
static/embed.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
(() => {
|
| 2 |
const API = "/api/debt";
|
| 3 |
-
const
|
| 4 |
|
| 5 |
function mount(el) {
|
| 6 |
Object.assign(el.style, {
|
|
|
|
| 1 |
(() => {
|
| 2 |
const API = "/api/debt";
|
| 3 |
+
const API = "https://ntdservices-debt-clock.hf.space/api/debt";
|
| 4 |
|
| 5 |
function mount(el) {
|
| 6 |
Object.assign(el.style, {
|