Almaz Shinbay
1 anno fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
2 aggiunte e
1 eliminazioni
-
app/main.py
|
|
@@ -9,5 +9,6 @@ def root(): |
|
|
|
@app.get("/user") |
|
|
|
def get_users(): |
|
|
|
return { |
|
|
|
"name": "almaz" |
|
|
|
{"name": "almaz"}, |
|
|
|
{"name": "madi"} |
|
|
|
} |