more work on the expadable models

This commit is contained in:
2024-02-02 16:16:26 +00:00
parent d08a0a2a4c
commit 70b4141223
4 changed files with 245 additions and 91 deletions

View File

@@ -31,7 +31,7 @@ func main() {
panic(err)
}
defer db.Close()
fmt.Println("Starting server on :8000!")
log.Info("Starting server on :8000!")
//TODO check if file structure exists to save data
handle := NewHandler(db)