API Endpoints
GET
/api/home
Get homepage data
GET
/api/novel/:novelId
Get novel information
GET
/api/novel/:novelId/:chapterId
Get specific chapter content
GET
/api/chapters/:novelId
Get all chapters for a novel
GET
/api/search?keyword=<keyword>
Search novels by keyword
GET
/health
Health check endpoint