Skip to content

Conversation

RayofLightz
Copy link
Contributor

Container reboot recycle to face the user. Foundation for pulling from a private container repo

@user_endpoint()
@load_event(source=LoaderType.PARAM)
@load_team_by_user_and_event()
def get(self, team: Team, current_user: User, challenge_id: int, event_id: int, event: Event):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe these should be POST requests instead of GETs to indicate they're performing an action on the server instead of just retrieving data. Same goes for EventChallengeStartContainers above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants