Commit 4f85411e authored by Ai-Sasit's avatar Ai-Sasit

test update

parent 1d71b145
...@@ -29,6 +29,10 @@ app.add_middleware( ...@@ -29,6 +29,10 @@ app.add_middleware(
@app.get("/") @app.get("/")
def read_root(): def read_root():
return {"Project":"Easy Bistro", "Framework": "Fast API", "Interpreter":"Python", 'API Version': version} return {"Project":"Easy Bistro", "Framework": "Fast API", "Interpreter":"Python", 'API Version': version}
@app.get("/test")
def read_root():
return {"Project":"Easy Bistro", "Framework": "Fast API", "Interpreter":"Python", 'API Version': version}
app.include_router(scb, prefix="/v1", tags=["SCB API"]) app.include_router(scb, prefix="/v1", tags=["SCB API"])
......
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