feat: introduce hanko profile element and related api changes (#495)

* feat: introduce hanko profile element and related api changes
This commit is contained in:
bjoern-m
2023-01-25 10:55:23 +01:00
committed by GitHub
parent 93ad9c4056
commit ca62cf421f
254 changed files with 13765 additions and 3955 deletions

View File

@ -28,7 +28,6 @@ func NewAdminRouter(persister persistence.Persister) *echo.Echo {
user := e.Group("/users")
user.DELETE("/:id", userHandler.Delete)
user.PATCH("/:id", userHandler.Patch)
user.GET("", userHandler.List)
auditLogHandler := handler.NewAuditLogHandler(persister)