diff --git a/.env.example b/.env.example index ccc8036..f107e74 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ VITE_APP_BASE_PATH="" -VITE_API_BASE_URL="http://localhost/" +VITE_API_BASE_URL="http://localhost/api" # VITE_API_BASE_URL="/api" VITE_ENABLE_FAKE_BACKEND=false \ No newline at end of file