summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 1130ddb..70a1c00 100644
--- a/main.go
+++ b/main.go
@@ -23,6 +23,8 @@ func main() {
model.InitDatabase()
defer model.CloseDatabase()
+ model.InjectTestRecipes()
+
view.Init()
var srv *http.Server = startServer("127.0.0.1:8080")