next/server/api
2023-12-09 16:58:35 -05:00
..
auth fix(api): modify session endpoint to check for a cookie as well as an authorization header 2023-10-10 22:27:47 -04:00
band refactor(*): rename route 2023-12-06 22:22:48 -05:00
exists feat(api): create endpoints to check if a given username/email already exists in the database 2023-10-11 17:00:18 -04:00
review/[revid] fix(api): update review editing endpoint 2023-12-06 21:48:29 -05:00
sidebar feat(api): create endpoint for fetching custom sidebar items 2023-10-10 22:37:08 -04:00
story fix(api): allow admins to access a hidden story's full contents 2023-12-09 16:58:35 -05:00
upload fix(api): fix double period in uploaded file name 2023-10-12 22:56:50 -04:00
user fix(api): update user stories endpoint 2023-12-06 21:52:04 -05:00
all-users.get.ts feat(api): add api endpoint for fetching all users that have matching usernames 2023-10-11 16:24:48 -04:00
authors.get.ts feat(api): create endpoint to fetch all authors (users who have written >1 story) 2023-10-10 22:14:44 -04:00
genres.get.ts style: run prettier 2023-10-03 01:19:36 -04:00
latest.get.ts feat(api): add endpoint to fetch latest stories 2023-12-06 21:38:30 -05:00
totals.get.ts perf(api): convert handler for 'total stories+authors' endpoint to a cachedEventHandler 2023-10-10 22:35:16 -04:00