Skip to content

Commit

Permalink
CORE-2016: removed the all_active_users endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Oct 29, 2024
1 parent 524185a commit c69bb51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
40 changes: 0 additions & 40 deletions internal/controllers/admins.go

This file was deleted.

3 changes: 0 additions & 3 deletions server/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ func registerUserEndpoints(users *echo.Group, s *controllers.Server) {
// Lists all of the users.
users.GET("", s.GetAllUsers)

// Lists all of the active user plans.
users.GET("/all_active_users", s.GetAllActiveSubscriptions)

// Adds a new user to the database.
users.PUT("/:username", s.AddUser)

Expand Down

0 comments on commit c69bb51

Please sign in to comment.