mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-05-06 05:38:50 +00:00
feat: rewrite notification system and telegram interactive bot
This commit is contained in:
@@ -137,3 +137,8 @@ func SyncDomainWHOIS(c *gin.Context) (any, error) {
|
||||
|
||||
return domain, nil
|
||||
}
|
||||
|
||||
func SyncAllDomains(c *gin.Context) (any, error) {
|
||||
singleton.SyncAllDomains()
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user