Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change HTTPMethod::HEAD to HTTPMethod::Head, HTTPMethod::GET to
HTTPMethod::Get and HTTPMethod::OPTIONS to HTTPMethod::Options. VS2019 error: enum "crow::HTTPMethod" has no member "HEAD" enum "crow::HTTPMethod" has no member "GET" enum "crow::HTTPMethod" has no member "OPTIONS" See ipkn/crow#307 for a similar issue.
- Loading branch information