Spaces:
Sleeping
Sleeping
Commit ·
0457a3e
1
Parent(s): 60f851a
Update src/lib/conexionApi.js
Browse files- src/lib/conexionApi.js +1 -1
src/lib/conexionApi.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
const 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)
|