better trade endpoints

This commit is contained in:
samantha42
2026-03-25 22:17:19 +01:00
parent d491b9c14c
commit ff7b41e2a8
7 changed files with 51 additions and 26 deletions

View File

@@ -31,6 +31,7 @@ func main() {
database.InitDB(db)
database.MigrateAddUniqueToRevenueEntries(db)
database.MigrateTradeCode(db)
fmt.Println("Connected to SQLite database")
http.HandleFunc("/health", handlers.HealthHandler(db))