mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 02:33:42 +08:00
feat: add function list page in admin console
This commit is contained in:
@@ -21,7 +21,6 @@ func NewClient(config types.MidJourneyConfig, proxy string) *Client {
|
||||
if proxy != "" {
|
||||
client.SetProxyURL(proxy)
|
||||
}
|
||||
logger.Info(config)
|
||||
return &Client{client: client, config: config}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user