🗃️ updated sql queries with removed questions

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2024-01-14 21:41:24 +01:00 committed by Harald Giskegjerde Nilsen
parent 642446c135
commit abea6eca0f
3 changed files with 2 additions and 147 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")
}