mirror of
https://github.com/h44z/wg-portal.git
synced 2025-12-16 11:36:16 +00:00
sendall button for mails, update icons for peer creation buttons (#35)
This commit is contained in:
@@ -58,6 +58,7 @@ func SetupRoutes(s *Server) {
|
||||
admin.GET("/peer/delete", s.GetAdminDeletePeer)
|
||||
admin.GET("/peer/download", s.GetPeerConfig)
|
||||
admin.GET("/peer/email", s.GetPeerConfigMail)
|
||||
admin.GET("/peer/emailall", s.GetAdminSendEmails)
|
||||
|
||||
admin.GET("/users/", s.GetAdminUsersIndex)
|
||||
admin.GET("/users/create", s.GetAdminUsersCreate)
|
||||
|
||||
Reference in New Issue
Block a user