const api = process.env.NEXT_PUBLIC_API_URL export const GET_USER_ROUTE = api + '/webapi/user/get-permission' export const GET_LOGIN_ROUTE = api + '/test_login'