We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6efafb commit 816770aCopy full SHA for 816770a
app/routers/disease_prediction.py
@@ -15,10 +15,10 @@
15
16
@router.get('/')
17
def checkdisease():
18
- return { "message": MESSAGE_UNDER_CONSTRUCTION }
+ return { "status":"pending", "message": MESSAGE_UNDER_CONSTRUCTION }
19
20
21
@router.post('/checkdisease')
22
23
24
0 commit comments