Browse Source

test commit 2

main
Almaz Shinbay 1 year ago
parent
commit
a96dd4c257
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/main.py

+ 2
- 1
app/main.py View File

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

Loading…
Cancel
Save