hackclub/hack-as-a-service-v0

Remove unsound endpoints

Closed this issue · 0 comments

Some endpoints are currently unsound, such as DELETE /teams/:id since they allow for orphaned resources to be created which cannot ever be accessed again. Remove or rework these endpoints so that this is not possible.