Commit 3639d2d7 authored by TokaKaram's avatar TokaKaram

change api link

parent 4a62099d
...@@ -136,7 +136,9 @@ ...@@ -136,7 +136,9 @@
import axios from "axios"; import axios from "axios";
const api = axios.create({ const api = axios.create({
baseURL: import.meta.env.VITE_API_URL || "http://localhost:5000/api", baseURL:
import.meta.env.VITE_API_URL ||
"https://scenario-api.caprover.al-arcade.com/api",
headers: { "Content-Type": "application/json" }, headers: { "Content-Type": "application/json" },
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment