diff --git a/main.go b/main.go index 872b462..0ae1180 100644 --- a/main.go +++ b/main.go @@ -11,5 +11,5 @@ func main() { database.Init() - controller.Init() + log.Fatal(controller.Init().Run("localhost:8000")) }