Skip to content

Commit 9565754

Browse files
metodo actualizado
1 parent 197cc27 commit 9565754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API_Python/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def get_familia():
1010
rows = ["Amin", "Marce", "Miranda"]
1111
return rows
1212

13-
@app.get("/superheroes")
13+
@app.get("/superheroesDC")
1414
def get_superheroes():
1515
rows = ["Superman", "Batman", "Flash", "Linterna Verde", "Mujer maravilla", "Aquaman", "Shazam", "Cyborg"]
1616
return rows

0 commit comments

Comments
 (0)