插件调试

This commit is contained in:
李子铭 2025-01-13 10:04:31 +08:00
parent f56ca30040
commit 3e4f3ce530
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func (c *Config) server() (*core.DctWServer, error) {
AppKey: c.AppKey, AppKey: c.AppKey,
BaseUri: c.BaseUri, BaseUri: c.BaseUri,
}, },
core.WithDebug(true), core.WithDebug(false),
) )
} }