updat
Browse files- api/main.py +1 -1
api/main.py
CHANGED
@@ -5,7 +5,7 @@ api = __main.api()
|
|
5 |
def home() -> dict:
|
6 |
__response=dict({"no_request_data"})
|
7 |
try:
|
8 |
-
__response['texto']=
|
9 |
except Exception as e:
|
10 |
print(e)
|
11 |
#To-do ->agregar mas información en el error fecha, usuario, reqs
|
|
|
5 |
def home() -> dict:
|
6 |
__response=dict({"no_request_data"})
|
7 |
try:
|
8 |
+
__response['texto']= "hola"
|
9 |
except Exception as e:
|
10 |
print(e)
|
11 |
#To-do ->agregar mas información en el error fecha, usuario, reqs
|