search by room
This commit is contained in:
@@ -90,7 +90,7 @@ export default function ProgramSelector({
|
||||
}
|
||||
|
||||
if (id) {
|
||||
res = await axios.get(`${envConfig.apiUrl}/programa-area/${id}`);
|
||||
res = await axios.get(`${envConfig.apiUrl}/area-ubicacion/programs/${id}`);
|
||||
}
|
||||
|
||||
res?.data.forEach((item: any) => {
|
||||
|
||||
Reference in New Issue
Block a user