mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
refactor: refactor app and api
This commit is contained in:
parent
5ab50b8a93
commit
287ef7527d
157 changed files with 8116 additions and 3587 deletions
|
@ -47,6 +47,10 @@ func logMode() gormlogger.Interface {
|
|||
}
|
||||
}
|
||||
|
||||
func UseDB() *gorm.DB {
|
||||
return db
|
||||
}
|
||||
|
||||
func Init() *gorm.DB {
|
||||
dbPath := path.Join(path.Dir(settings.ConfPath), fmt.Sprintf("%s.db", settings.ServerSettings.Database))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue