diff --git a/main.go b/main.go index f294f68..3b258ac 100644 --- a/main.go +++ b/main.go @@ -32,7 +32,6 @@ func main() { AllowedHeaders: []string{"Content-Type, Authorization"}, }) handler := c.Handler(mux) - log.Fatal(http.ListenAndServe(":8080", handler)) }