mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
removed extra req arg
This commit is contained in:
parent
a7c74c6327
commit
acab73ef68
@ -534,7 +534,7 @@ namespace crow
|
||||
#else
|
||||
[f]
|
||||
#endif
|
||||
(const crow::request& req, crow::response& res, Args ... args) {
|
||||
(crow::response& res, Args ... args) {
|
||||
f(res, args...);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user