-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin notes/tournament endpoints #433
Conversation
I do realize that this means |
Did you also run into this? This happens immediately after starting the API.
|
yea oops W copy paste from me. the patch and delete methods were both using a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be merged once all endpoints / service methods etc. are tested locally.
Updated to configure relationship between |
Depends on #431
Completes
Tournament
task of #379I wanted to experiment with a little organization in this one. Since some of the controllers are going to start getting quite large, I think it would be nice if we could branch off certain groups of features into their own partial. For example here, any admin feature related endpoint definitions for
/tournaments
would now exist in theAPI/Controllers/TournamentsController.Admin.cs
file.