JairoDanielMT commited on
Commit
0457a3e
·
1 Parent(s): 60f851a

Update src/lib/conexionApi.js

Browse files
Files changed (1) hide show
  1. src/lib/conexionApi.js +1 -1
src/lib/conexionApi.js CHANGED
@@ -1,4 +1,4 @@
1
- const url = import.meta.env.VITE_API_URL
2
 
3
  export const cargarApi = async () => {
4
  const response = await fetch(url)
 
1
+ const url = "https://jairodanielmt-mejorasadsoptica.hf.space"
2
 
3
  export const cargarApi = async () => {
4
  const response = await fetch(url)