Commit 01ee4f8e authored by TokaKaram's avatar TokaKaram

change backend url

parent 39ec7140
import axios from "axios";
const API_URL = import.meta.env.VITE_API_URL || "http://localhost:5000/api";
const API_URL =
import.meta.env.VITE_API_URL ||
"https://scenario-api.caprover.al-arcade.com/api/";
const api = axios.create({
baseURL: API_URL,
......
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