remove useless code
This commit is contained in:
@@ -78,8 +78,8 @@ app.include_router(medicine.router)
|
|||||||
|
|
||||||
|
|
||||||
# Check if server is up
|
# Check if server is up
|
||||||
@app.get("/")
|
@app.get("/", tags=["Server Check"])
|
||||||
def read_root():
|
def check_server():
|
||||||
return serverRunning()
|
return serverRunning()
|
||||||
|
|
||||||
# # Check if server is up
|
# # Check if server is up
|
||||||
|
|||||||
Reference in New Issue
Block a user