瀏覽代碼
Merge pull request #2 from shinbay-almaz/test-branch
test commit 2
main
Almaz Shinbay
1 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
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"} |
|
|
|
} |