NikiforovAll / keycloak-authorization-services-dotnet

Authentication and Authorization with Keycloak and ASP.NET Core 🔐
https://nikiforovall.github.io/keycloak-authorization-services-dotnet/
MIT License
480 stars 113 forks source link

fix: fixed delete group endpoint #125

Closed nesherhh closed 3 months ago

nesherhh commented 3 months ago

Added missing "{{id}}" after .../groups/ in ApiUrls.DeleteGroup

NikiforovAll commented 3 months ago

Thank you!