Spaces:
Runtime error
Runtime error
Commit
·
cbdd31c
1
Parent(s):
fa94fe9
cambio de nombre en la funcion
Browse files
app.py
CHANGED
@@ -406,7 +406,7 @@ class ClienteNombre(BaseModel):
|
|
406 |
|
407 |
|
408 |
@app.post("/clientes/busqueda")
|
409 |
-
def
|
410 |
try:
|
411 |
conn = DatabaseConnection().get_connection()
|
412 |
cursor = conn.cursor()
|
|
|
406 |
|
407 |
|
408 |
@app.post("/clientes/busqueda")
|
409 |
+
def post_cliente_busqueda(cliente: ClienteNombre):
|
410 |
try:
|
411 |
conn = DatabaseConnection().get_connection()
|
412 |
cursor = conn.cursor()
|