next/server/api
2023-10-10 22:14:44 -04:00
..
auth refactor(api): refactor logging in login endpoint to use winston instead of plain console.log 2023-10-10 22:12:36 -04:00
bands feat(api): add a "get all bands" endpoint 2023-10-03 00:54:55 -04:00
review/[revid] feat(api): create review endpoints for creating, editing, deletion and replying 2023-10-03 00:21:14 -04:00
story refactor(api): rename imports and refactor error messages 2023-10-03 01:24:06 -04:00
upload feat(api): add avatar upload route 2023-10-03 00:58:52 -04:00
user/[id] feat(api): add endpoint to promote/demote a user to/from an admin 2023-10-10 21:58:29 -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
totals.get.ts style: run prettier 2023-10-03 01:19:36 -04:00