瀏覽代碼

Merge pull request #2 from shinbay-almaz/test-branch

test commit 2
main
Almaz Shinbay 1 年之前
committed by GitHub
父節點
當前提交
62ca75a984
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      app/main.py

+ 2
- 1
app/main.py 查看文件

@@ -9,5 +9,6 @@ def root():
@app.get("/user")
def get_users():
return {
"name": "almaz"
{"name": "almaz"},
{"name": "madi"}
}

Loading…
取消
儲存