From 010500e1243fb5d3d70e3e54851f07949a878ea2 Mon Sep 17 00:00:00 2001 From: dm1sh Date: Wed, 17 May 2023 10:50:15 +0300 Subject: [PATCH] fixed api path in config --- front/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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