diff --git a/front/src/config.js b/front/src/config.js index 530287c..4555d0a 100644 --- a/front/src/config.js +++ b/front/src/config.js @@ -1,3 +1,3 @@ -const API_URL = "api" +const API_URL = "/api" export { API_URL } \ No newline at end of file