diff --git a/main.go b/main.go index d73e7e1..12b8d1b 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ func main() { app.Post("/signup", pages.SignupPage) - app.Listen(utils.GetPort()) + app.Listen(GetPort()) } // GetPort returns the port to listen on