We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197cc27 commit 9565754Copy full SHA for 9565754
API_Python/app.py
@@ -10,7 +10,7 @@ def get_familia():
10
rows = ["Amin", "Marce", "Miranda"]
11
return rows
12
13
-@app.get("/superheroes")
+@app.get("/superheroesDC")
14
def get_superheroes():
15
rows = ["Superman", "Batman", "Flash", "Linterna Verde", "Mujer maravilla", "Aquaman", "Shazam", "Cyborg"]
16
0 commit comments