API package refactor

This commit is contained in:
Manuel Forcén Muñoz 2025-02-12 19:29:00 +01:00
parent a7cd86962e
commit bc6b57bc54
14 changed files with 474 additions and 416 deletions

2
db.go
View file

@ -5,7 +5,7 @@ import (
"gorm.io/gorm"
"log"
"os"
. "planner/models"
. "planner/core"
)
func bootstrapDatabase() *gorm.DB {