fix: unable to create a certificate from a second environment #273

This commit is contained in:
0xJacky 2024-02-06 16:20:46 +08:00
parent abe43c5c4d
commit 2526d71c0e
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
5 changed files with 198 additions and 87 deletions

View file

@ -65,6 +65,7 @@ func InitRouter() *gin.Engine {
w := root.Group("/", authRequired(), proxyWs())
{
analytic.InitWebSocketRouter(w)
certificate.InitCertificateWebSocketRouter(w)
terminal.InitRouter(w)
nginx.InitNginxLogRouter(w)
upstream.InitRouter(w)