Feat: captcha config

This commit is contained in:
HFO4
2019-11-13 17:22:45 +08:00
parent 7d4e212d4e
commit 9660d2f9c1
5 changed files with 69 additions and 20 deletions

View File

@ -15,7 +15,7 @@ var DB *gorm.DB
// Database 初始化 MySQL 链接
func Init() {
util.Log().Info("初始化数据库连接\n")
util.Log().Info("初始化数据库连接")
var (
db *gorm.DB