mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-11 13:47:05 +02:00
Implement mail functioning / handling and sending from golang via API
This commit is contained in:
@@ -37,6 +37,7 @@ func RegisterRoutes(r *gin.Engine) {
|
||||
// settings
|
||||
api.GET("/settings", GetSettingsHandler)
|
||||
api.POST("/settings", UpdateSettingsHandler)
|
||||
api.POST("/settings/test-email", TestEmailHandler)
|
||||
|
||||
// filter debugger
|
||||
api.GET("/filters", ListFiltersHandler)
|
||||
|
||||
Reference in New Issue
Block a user