cleanup config

This commit is contained in:
2026-09-01 20:26:39 +03:00
parent e63223ae62
commit 22e3776892
6 changed files with 9 additions and 13 deletions
-2
View File
@@ -1,7 +1,5 @@
// CHANGE TO YOUR API DESTINATION
export const API_BASE_URL = "http://localhost:8321/api.php";
// export const API_BASE_URL = "http://192.168.3.10:8321/api.php";
// export const API_BASE_URL = "http://x90620bx.beget.tech/dx4back/api.php"
import { atom, useAtom } from "jotai";
import { atomWithStorage } from "jotai/utils";