This commit is contained in:
Inshal
2024-05-30 00:07:30 +05:00
parent e63fc41a20
commit 08c591d635
3 changed files with 137 additions and 45 deletions

View File

@@ -0,0 +1,3 @@
export const GET_BASE_PATH = ""
let MAIN_DOMAIN = "http://127.0.0.1:8005";
export const ADMIN_LOGIN_API = MAIN_DOMAIN + "/api/admin/login"