mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
parent
11e460765a
commit
b3486a42a5
41 changed files with 2429 additions and 1649 deletions
|
@ -16,6 +16,7 @@ func InitCertificateRouter(r *gin.RouterGroup) {
|
|||
r.POST("cert", AddCert)
|
||||
r.POST("cert/:id", ModifyCert)
|
||||
r.DELETE("cert/:id", RemoveCert)
|
||||
r.PUT("cert_sync", SyncCertificate)
|
||||
r.GET("certificate/dns_providers", GetDNSProvidersList)
|
||||
r.GET("certificate/dns_provider/:code", GetDNSProvider)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue