Spaces:
Running
Running
updt url api
Browse files- src/services/api.js +2 -2
src/services/api.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
const API_BASE_URL = 'http://localhost:8000'
|
2 |
-
|
3 |
|
4 |
class FootballVisionAPI {
|
5 |
constructor() {
|
|
|
1 |
+
// const API_BASE_URL = 'http://localhost:8000'
|
2 |
+
const API_BASE_URL = 'https://2nzi-pnlcalib.hf.space'
|
3 |
|
4 |
class FootballVisionAPI {
|
5 |
constructor() {
|