basic frontend #3
2
main.go
2
main.go
@@ -19,7 +19,7 @@ func main() {
|
|||||||
|
|
||||||
// Initialize database with configuration
|
// Initialize database with configuration
|
||||||
if err := InitDBWithConfig(config); err != nil {
|
if err := InitDBWithConfig(config); err != nil {
|
||||||
log.Fatal("Failed to initialize database:", err)
|
log.Fatal("Failed to initialize database :", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create tables
|
// Create tables
|
||||||
|
|||||||
Reference in New Issue
Block a user