aboutsummaryrefslogtreecommitdiff
path: root/src/server.ts
AgeCommit message (Expand)AuthorFilesLines
2024-12-24feat: use refactored error handlers and cache middlewaresRitesh Ghosh1-32/+9
2024-12-23chore: styling changes to be more consistentAbdelaziz Mahdy1-1/+1
2024-12-22feat(cache): add Cache-Control middleware and update .env.exampleAbdelaziz Mahdy1-0/+2
2024-12-22feat: add `/v` endpoint for identifying api repo vesionRitesh Ghosh1-0/+6
2024-12-07feat(cache): add middleware to insert `CACHE_CONFIG` variable in request contextRitesh Ghosh1-4/+20
2024-10-06Aniwatch API Version 2 (#66)Ritesh Ghosh1-27/+53
2024-03-12feat: disabled `ratelimit` & `dont_sleep` for personal deploymentsRitesh Ghosh1-8/+25
2024-03-03feat: add explicit interval time for convenienceRitesh Ghosh1-1/+2
2023-11-29feat: add check for vercel deploymentRitesh Ghosh1-9/+14
2023-11-22fix(ts): file import types & static folder pathRitesh Ghosh1-8/+8
2023-08-20feat(cors): using cors configRitesh Ghosh1-0/+2
2023-08-19fix: added `healthcheck` awakeRitesh Ghosh1-2/+2
2023-08-19feat: added `healthcheck` awakeRitesh Ghosh1-0/+7
2023-08-19fix(healthcheck): fixed `/health` route response statusRitesh Ghosh1-1/+1
2023-08-19feat(healthcheck): added `/health` routeRitesh Ghosh1-0/+1
2023-08-13refactor(homeRoute): replaced `/` route with static resourcesRitesh Ghosh1-8/+10
2023-08-07feat: rate limited endpointsRitesh Ghosh1-0/+2
2023-08-07chore(cleanup): cleaned up server.tsRitesh Ghosh1-37/+8
2023-08-02feat: added anime routerRitesh Ghosh1-2/+17
2023-08-01initial commitRitesh Ghosh1-0/+37