Almaz Shinbay
1 vuosi sitten
committed by
GitHub
vanhempi
commit
62ca75a984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
2 lisäystä ja
1 poistoa
-
app/main.py
|
|
@@ -9,5 +9,6 @@ def root(): |
|
|
|
@app.get("/user") |
|
|
|
def get_users(): |
|
|
|
return { |
|
|
|
"name": "almaz" |
|
|
|
{"name": "almaz"}, |
|
|
|
{"name": "madi"} |
|
|
|
} |