aboutsummaryrefslogtreecommitdiffstats
path: root/include/routing.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/routing.h')
-rw-r--r--include/routing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/routing.h b/include/routing.h
index 3261134..418209c 100644
--- a/include/routing.h
+++ b/include/routing.h
@@ -38,7 +38,7 @@ namespace crow
}
protected:
- uint32_t methods_{1<<(int)HTTPMethod::GET};
+ uint32_t methods_{1<<(int)HTTPMethod::Get};
std::string rule_;
std::string name_;