🗃️ add db run

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2024-01-13 14:39:33 +01:00
parent 145c8a5b1d
commit 56f518c11c

View file

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