ciyidogan commited on
Commit
7ce42c6
·
verified ·
1 Parent(s): 3b22eba

Update static/js/common.js

Browse files
Files changed (1) hide show
  1. 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}`, {