Merge branch 'develop' of https://gitlab.com/witel-front-end/loan-facilities-expert into feature/mohammad_excel_reports_page

This commit is contained in:
2024-01-23 11:14:30 +03:30
5 changed files with 101 additions and 78 deletions

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";