2nzi commited on
Commit
f5298b1
·
verified ·
1 Parent(s): 62b5f3c

updt url api

Browse files
Files changed (1) hide show
  1. src/services/api.js +2 -2
src/services/api.js CHANGED
@@ -1,5 +1,5 @@
1
- const API_BASE_URL = 'http://localhost:8000'
2
- // const API_BASE_URL = 'https://2nzi-pnlcalib.hf.space'
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() {