This website works better with JavaScript.
Home
Explore
Help
Sign In
Madiwka
/
csci-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test commit 2
main
Almaz Shinbay
1 year ago
parent
c5d38bb9c4
commit
a96dd4c257
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"}
}
Write
Preview
Loading…
Cancel
Save