💩 tried to write to csv
This commit is contained in:
parent
b58ab2f734
commit
c314388388
2 changed files with 5 additions and 5 deletions
|
@ -149,6 +149,6 @@ func main() {
|
|||
})
|
||||
|
||||
// Run the server on port 8080
|
||||
db.SetupDb()
|
||||
// router.Run(":8080")
|
||||
// db.SetupDb()
|
||||
router.Run(":8080")
|
||||
}
|
||||
|
|
Reference in a new issue