Browse Source
Merge pull request #2 from shinbay-almaz/test-branch
test commit 2
main
Almaz Shinbay
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
app/main.py
|
|
@@ -9,5 +9,6 @@ def root(): |
|
|
|
@app.get("/user") |
|
|
|
def get_users(): |
|
|
|
return { |
|
|
|
"name": "almaz" |
|
|
|
{"name": "almaz"}, |
|
|
|
{"name": "madi"} |
|
|
|
} |