浏览代码

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

test commit 2
main
Almaz Shinbay 1年前
committed by GitHub
父节点
当前提交
62ca75a984
找不到此签名对应的密钥 GPG 密钥 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"}
}

正在加载...
取消
保存