API package refactor
This commit is contained in:
parent
a7cd86962e
commit
bc6b57bc54
14 changed files with 474 additions and 416 deletions
2
db.go
2
db.go
|
|
@ -5,7 +5,7 @@ import (
|
|||
"gorm.io/gorm"
|
||||
"log"
|
||||
"os"
|
||||
. "planner/models"
|
||||
. "planner/core"
|
||||
)
|
||||
|
||||
func bootstrapDatabase() *gorm.DB {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue