|
@ -32,7 +32,6 @@ func main() { |
|
|
AllowedHeaders: []string{"Content-Type, Authorization"}, |
|
|
AllowedHeaders: []string{"Content-Type, Authorization"}, |
|
|
}) |
|
|
}) |
|
|
handler := c.Handler(mux) |
|
|
handler := c.Handler(mux) |
|
|
|
|
|
|
|
|
log.Fatal(http.ListenAndServe(":8080", handler)) |
|
|
log.Fatal(http.ListenAndServe(":8080", handler)) |
|
|
|
|
|
|
|
|
} |
|
|
} |