mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-07 23:31:10 +08:00
【调整】插件支持动态参数和参数类型
【调整】获取证书列表支持状态过滤 【新增】dns提供商腾讯云eo
This commit is contained in:
@@ -67,6 +67,7 @@ func Register(r *gin.Engine) {
|
||||
// 插件先放这里
|
||||
access.POST("/get_plugin_actions", api.GetPluginActions)
|
||||
access.POST("/get_plugins", api.GetPlugins)
|
||||
access.POST("/get_plugin_raw_metadata", api.GetPluginRawMetadata)
|
||||
}
|
||||
// acme账户
|
||||
acmeAccount := v1.Group("/acme_account")
|
||||
|
||||
Reference in New Issue
Block a user