Spaces:
Running
Running
Update static/js/common.js
Browse files- static/js/common.js +1 -1
static/js/common.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
const apiBase = '';
|
2 |
|
3 |
function apiPost(path, body) {
|
4 |
return fetch(`${apiBase}${path}`, {
|
|
|
1 |
+
const apiBase = 'https://ucsturkey-flare.hf.space';
|
2 |
|
3 |
function apiPost(path, body) {
|
4 |
return fetch(`${apiBase}${path}`, {
|