mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
Merge branch '0xJacky:dev' into dev
This commit is contained in:
commit
9f0107eeed
62 changed files with 4561 additions and 2240 deletions
13
api/external_notify/external_notify.go
Normal file
13
api/external_notify/external_notify.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package external_notify
|
||||
|
||||
import (
|
||||
"github.com/0xJacky/Nginx-UI/model"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/uozi-tech/cosy"
|
||||
)
|
||||
|
||||
func InitRouter(r *gin.RouterGroup) {
|
||||
c := cosy.Api[model.ExternalNotify]("/external_notifies")
|
||||
|
||||
c.InitRouter(r)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue