Quellcode durchsuchen

Fix api url para desarrollo

wilitp vor 4 Jahren
Ursprung
Commit
bb78797990
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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,