next/server/api/user/[id]
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 088232f750
refactor(api & server/utils): refactor imports of db helpers
create an index file which exports the functions we need in one accessible place
2023-12-11 21:29:46 -05:00
..
admin.post.ts feat(api): add endpoint to promote/demote a user to/from an admin 2023-10-10 21:58:29 -04:00
ban.post.ts feat(api): create endpoint to ban/unban a user 2023-10-10 21:57:35 -04:00
block.post.ts feat(api): add endpoints for blocking/unblocking a specific user 2023-10-10 21:55:15 -04:00
index.get.ts fix(api): populate user's favourite stories' bands 2023-12-06 21:46:33 -05:00
shared-ip.get.ts fix(api): fix shared ip route to not return the current user in the query 2023-10-11 14:17:15 -04:00
stories.get.ts refactor(api & server/utils): refactor imports of db helpers 2023-12-11 21:29:46 -05:00
unblock.post.ts feat(api): add endpoints for blocking/unblocking a specific user 2023-10-10 21:55:15 -04:00