🗃️ add db run
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
145c8a5b1d
commit
56f518c11c
1 changed files with 1 additions and 1 deletions
|
@ -149,6 +149,6 @@ func main() {
|
||||||
})
|
})
|
||||||
|
|
||||||
// Run the server on port 8080
|
// Run the server on port 8080
|
||||||
|
db.SetupDb()
|
||||||
router.Run(":8080")
|
router.Run(":8080")
|
||||||
// db.SetupDb()
|
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue