Almaz Shinbay
пре 1 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
2 додато и
1 уклоњено
-
app/main.py
|
|
@@ -9,5 +9,6 @@ def root(): |
|
|
|
@app.get("/user") |
|
|
|
def get_users(): |
|
|
|
return { |
|
|
|
"name": "almaz" |
|
|
|
{"name": "almaz"}, |
|
|
|
{"name": "madi"} |
|
|
|
} |