Brushed up the backend, added writing task 1 academic prompt gen and grading ENCOA-274
This commit is contained in:
9
ielts_be/api/home.py
Normal file
9
ielts_be/api/home.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from fastapi import APIRouter
|
||||
home_router = APIRouter()
|
||||
|
||||
|
||||
@home_router.get(
|
||||
'/healthcheck'
|
||||
)
|
||||
async def healthcheck():
|
||||
return {"healthy": True}
|
||||
Reference in New Issue
Block a user