aboutsummaryrefslogtreecommitdiff
path: root/src/server.ts
AgeCommit message (Expand)AuthorFilesLines
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