Selaa lähdekoodia

Fix api url para desarrollo

wilitp 4 vuotta sitten
vanhempi
commit
bb78797990
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/src/config/index.ts

+ 1 - 1
app/src/config/index.ts

@@ -1,4 +1,4 @@
-export const apiURL = process.env.REACT_APP_API_URL || "http://localhost:8000/v1/";
+export const apiURL = process.env.REACT_APP_API_URL || "http://localhost:8000/";
 
 export default {
   apiURL,