Files
hossein-por-shop/frontend/composables/global/useBaseUrl.ts
T
2025-01-14 20:48:10 +03:30

7 lines
146 B
TypeScript

const useGetCustomers = () => {
const config = useRuntimeConfig();
return config.public.API_BASE_URL;
};
export default useGetCustomers;