basic frontend #3

Merged
alexandvvvvv merged 14 commits from feature/base into main 2025-10-03 16:25:14 +00:00
Showing only changes of commit ba42e85334 - Show all commits

View File

@@ -19,7 +19,7 @@ func main() {
// Initialize database with configuration
if err := InitDBWithConfig(config); err != nil {
log.Fatal("Failed to initialize database:", err)
log.Fatal("Failed to initialize database :", err)
}
// Create tables