mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
refactor: refactor app and api
This commit is contained in:
parent
5ab50b8a93
commit
287ef7527d
157 changed files with 8116 additions and 3587 deletions
|
@ -17,6 +17,6 @@ func InitCertificateRouter(r *gin.RouterGroup) {
|
|||
r.POST("cert", AddCert)
|
||||
r.POST("cert/:id", ModifyCert)
|
||||
r.DELETE("cert/:id", RemoveCert)
|
||||
r.GET("auto_cert/dns/providers", GetDNSProvidersList)
|
||||
r.GET("auto_cert/dns/provider/:code", GetDNSProvider)
|
||||
r.GET("certificate/dns_providers", GetDNSProvidersList)
|
||||
r.GET("certificate/dns_provider/:code", GetDNSProvider)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue