Commit 909d2bef authored by mamatha.bk's avatar mamatha.bk

Add new file

parent 5116f94b
from fastapi import APIRouter
from Scripts.core.handler import ReadHandler
app_route = APIRouter(prefix="/api")
@app_route.post("/practice")
def function():
json_data_final = ReadHandler.excel_to_json()
return json_data_final
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