mirror of
https://github.com/cloudreve/cloudreve.git
synced 2025-10-29 23:55:51 +08:00
Feat: captcha config
This commit is contained in:
@ -15,7 +15,7 @@ var DB *gorm.DB
|
||||
|
||||
// Database 初始化 MySQL 链接
|
||||
func Init() {
|
||||
util.Log().Info("初始化数据库连接\n")
|
||||
util.Log().Info("初始化数据库连接")
|
||||
|
||||
var (
|
||||
db *gorm.DB
|
||||
|
||||
Reference in New Issue
Block a user