diff --git a/main.go b/main.go index 28ff5fd..1cf46bb 100644 --- a/main.go +++ b/main.go @@ -20,6 +20,6 @@ func main() { routes.Setup(app) godotenv.Load(".env") - port := os.Getenv("port") + port := os.Getenv("PORT") app.Listen(":" + port) }