sannawiklund / VOSA-Events

This project is our final assignment in our Backend course, and we chose to develop an event platform. The goal of the assignment was to become more comfortable with the agile work process, kanban boards and git strategies. The project has been developed in ASP.NET with Razor Pages, Oauth, Entity Framework, RestFUL APIs and HTML/CSS.
3 stars 0 forks source link

Api - patch controller #177

Closed msgregorsamsa closed 3 months ago

msgregorsamsa commented 3 months ago

Added a patch controller where the user can modify parts of an event and leave the rest of the data as it was.

Removed unused "using" at the top.