This commit is contained in:
beerpiss 2024-03-04 12:52:28 +07:00
parent a122730876
commit 343675219e

View File

@ -1,7 +1,7 @@
import { toast } from "react-toastify";
const BASE_OPTIONS = {
credentials: "omit",
credentials: "include",
};
const BASE_URL = process.env.NEXT_PUBLIC_ARTEMIS_API_URL;