mobixconsulting commited on
Commit
e94aa29
1 Parent(s): 849ae50

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -1,8 +1,8 @@
1
  from fastapi import FastAPI
 
2
 
3
  app = FastAPI()
4
 
5
-
6
  @app.get("/")
7
  async def root():
8
  return {"message": "Hello World"}
 
1
  from fastapi import FastAPI
2
+ import requests
3
 
4
  app = FastAPI()
5
 
 
6
  @app.get("/")
7
  async def root():
8
  return {"message": "Hello World"}