change config route

This commit is contained in:
AmirHossein Mahmoodi
2024-01-23 10:15:44 +03:30
parent 55e6175395
commit 8b5ddf028e

View File

@@ -1,6 +1,6 @@
const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL;
export const GET_CONFIG = process.env.NEXT_PUBLIC_CONFIG_APP_URL;
export const GET_CONFIG = BASE_URL + "/dashboard/settings/list";
//login
export const GET_USER_TOKEN = BASE_URL + "/dashboard/login";