city limit 50
This commit is contained in:
@@ -20,7 +20,7 @@ export const getProvines = async () => {
|
||||
};
|
||||
|
||||
export const getCities = async (id: string) => {
|
||||
const { data } = await axios.get(`/address/provinces/${id}/cities`);
|
||||
const { data } = await axios.get(`/address/provinces/${id}/cities?limit=50`);
|
||||
return data;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user