Explorar el Código

Fix api url para desarrollo

wilitp hace 4 años
padre
commit
bb78797990
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,