summaryrefslogtreecommitdiff
path: root/http/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/app.hpp')
-rw-r--r--http/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/app.hpp b/http/app.hpp
index 1a7af83241..eeb331ea96 100644
--- a/http/app.hpp
+++ b/http/app.hpp
@@ -63,7 +63,7 @@ class App
router.handle(req, asyncResp);
}
- DynamicRule& routeDynamic(std::string&& rule)
+ DynamicRule& routeDynamic(const std::string& rule)
{
return router.newRuleDynamic(rule);
}