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