drinkrate/DrinkRateAPI
martinshoob b2b8d1e076 Refactor admin endpoint and logic
Moves the ChangeUserAdminStatusRequest to the ApiModels folder.
Updates the admin controller route to "admin" and the admin status
endpoint to "adminStatus".
Makes the ChangeUserAdminStatus method asynchronous.
Uses NotFoundException instead of KeyNotFoundException.
2025-08-10 16:23:35 +02:00
..
ApiModels/UserProfile Refactor admin endpoint and logic 2025-08-10 16:23:35 +02:00
Contexts Add EF object history 2025-08-09 19:05:02 +02:00
Controllers Refactor admin endpoint and logic 2025-08-10 16:23:35 +02:00
DbEntities Add EF object history 2025-08-09 19:05:02 +02:00
Exceptions Add user authorization service 2025-08-10 11:20:18 +02:00
Migrations Add EF object history 2025-08-09 19:05:02 +02:00
Properties INIT 2025-08-08 23:28:03 +02:00
Services Refactor admin endpoint and logic 2025-08-10 16:23:35 +02:00
appsettings.json Create base db migration 2025-08-09 14:54:45 +02:00
DrinkRateAPI.csproj Refactor admin endpoint and logic 2025-08-10 16:23:35 +02:00
DrinkRateAPI.http INIT 2025-08-08 23:28:03 +02:00
Program.cs Enable admin status management 2025-08-10 13:55:20 +02:00