mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Update common.h
Fixed extra {
This commit is contained in:
parent
338b59f329
commit
dcbb8a15fd
@ -279,7 +279,7 @@ namespace crow
|
||||
|
||||
// clang-format off
|
||||
#ifndef CROW_MSVC_WORKAROUND
|
||||
constexpr crow::HTTPMethod method_from_string(const char* str) {
|
||||
constexpr crow::HTTPMethod method_from_string(const char* str)
|
||||
{
|
||||
return crow::black_magic::is_equ_p(str, "GET", 3) ? crow::HTTPMethod::Get :
|
||||
crow::black_magic::is_equ_p(str, "DELETE", 6) ? crow::HTTPMethod::Delete :
|
||||
|
Loading…
Reference in New Issue
Block a user