merge carlos
This commit is contained in:
@@ -41,7 +41,7 @@ export default function Page() {
|
||||
);
|
||||
|
||||
|
||||
const res = await fetch("http://localhost:5000/programa/");
|
||||
const res = await fetch(`${envConfig.apiUrl}/programa/`);
|
||||
const data = await res.json();
|
||||
setProgramas(data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user