💩 tried to write to csv

This commit is contained in:
Harald Giskegjerde Nilsen 2024-01-14 21:24:35 +00:00
parent b58ab2f734
commit c314388388
2 changed files with 5 additions and 5 deletions

View file

@ -149,6 +149,6 @@ func main() {
})
// Run the server on port 8080
db.SetupDb()
// router.Run(":8080")
// db.SetupDb()
router.Run(":8080")
}