diff --git a/backend/main.go b/backend/main.go index 18a878a..884152b 100644 --- a/backend/main.go +++ b/backend/main.go @@ -198,6 +198,8 @@ func main() { contentType := r.Header.Get("Content-Type") + fmt.Printf("Content-Type: %s\n", contentType) + // TODO: length checks on body // TODO: extract this shit out image := make([]byte, 0)