From b28eb8ed4a1d5f05aa9911e94e53f261add4bb65 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 23 Oct 2019 11:49:06 -0700 Subject: Implement a TODO(ed) in comment I now understand the router properly (as I did a while back). This call is correct, as "/" and "" are considered the same by the router. Tested: Comment change, no impact to code. Signed-off-by: Ed Tanous Change-Id: Ic6fc17f0e7137bbc3674c2290d10dcdba9b4ed18 --- http/app.h | 1 - 1 file changed, 1 deletion(-) diff --git a/http/app.h b/http/app.h index 74fc5c6..1e5f985 100644 --- a/http/app.h +++ b/http/app.h @@ -140,7 +140,6 @@ template class Crow std::vector getRoutes() { - // TODO(ed) Should this be /? const std::string root(""); return router.getRoutes(root); } -- cgit v1.2.1