ka1kuk commited on
Commit
a77f6c5
1 Parent(s): eb1def4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -36,7 +36,8 @@ db = Database()
36
 
37
  @app.get("/")
38
  def home():
39
- return "Hello, Welcome to LinDB!"
 
40
 
41
  @app.get("/items", response_model=List[Dict[str, Any]])
42
  async def get_items():
 
36
 
37
  @app.get("/")
38
  def home():
39
+ home = "Hello, Welcome to LinDB!"
40
+ return home
41
 
42
  @app.get("/items", response_model=List[Dict[str, Any]])
43
  async def get_items():