We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3b952 commit 894cf8eCopy full SHA for 894cf8e
server/source/system/api_ignore.go
@@ -54,6 +54,8 @@ func (i *initApiIgnore) InitializeData(ctx context.Context) (context.Context, er
54
{Method: "POST", Path: "/base/captcha"},
55
{Method: "POST", Path: "/init/initdb"},
56
{Method: "POST", Path: "/init/checkdb"},
57
+ {Method: "GET", Path: "/info/getInfoDataSource"},
58
+ {Method: "GET", Path: "/info/getInfoPublic"},
59
}
60
if err := db.Create(&entities).Error; err != nil {
61
return ctx, errors.Wrap(err, sysModel.SysIgnoreApi{}.TableName()+"表数据初始化失败!")
0 commit comments