summaryrefslogtreecommitdiff
path: root/redfish-core/lib/redfish_v1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/redfish_v1.hpp')
-rw-r--r--redfish-core/lib/redfish_v1.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/redfish_v1.hpp b/redfish-core/lib/redfish_v1.hpp
index a9a786d7d8..6aa3ee6d5a 100644
--- a/redfish-core/lib/redfish_v1.hpp
+++ b/redfish-core/lib/redfish_v1.hpp
@@ -137,7 +137,7 @@ inline void requestRoutesRedfish(App& app)
// Note, this route must always be registered last
BMCWEB_ROUTE(app, "/redfish/<path>")
- (std::bind_front(redfish404, std::ref(app)));
+ .notFound()(std::bind_front(redfish404, std::ref(app)));
}
} // namespace redfish