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:
@@ -156,6 +156,7 @@ func routers(r *gin.Engine, frontendDist fs.FS) {
|
||||
auth.POST("/domains", commonHandler(AddDomain))
|
||||
auth.POST("/domains/:id/verify", commonHandler(VerifyDomain))
|
||||
auth.POST("/domains/:id/sync", commonHandler(SyncDomainWHOIS))
|
||||
auth.POST("/domains/sync-all", commonHandler(SyncAllDomains))
|
||||
auth.PUT("/domains/:id", commonHandler(UpdateDomain))
|
||||
auth.DELETE("/domains/:id", commonHandler(DeleteDomain))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user