next/server/api/user/[id]
2023-12-06 21:46:33 -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 feat(api): add endpoint to get all non-hidden stories a user has written 2023-10-10 21:54:37 -04:00
unblock.post.ts feat(api): add endpoints for blocking/unblocking a specific user 2023-10-10 21:55:15 -04:00