Commit 63e0d6cf authored by madhu.tr's avatar madhu.tr

add

parent 02ce52ec
File added
import uvicorn
from scripts.services.task1 import report_router
from fastapi import FastAPI
app = FastAPI()
app.include_router(report_router)
if __name__ == "__main__":
uvicorn.run ("main:app", host="0.0.0.0", port=2747)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment