summaryrefslogtreecommitdiff
path: root/redfish-core
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core')
-rw-r--r--redfish-core/lib/sensors.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp
index 9061165297..39a815a54c 100644
--- a/redfish-core/lib/sensors.hpp
+++ b/redfish-core/lib/sensors.hpp
@@ -2856,7 +2856,7 @@ class SensorCollection : public Node
{
public:
SensorCollection(CrowApp& app) :
- Node(app, "/redfish/v1/Chassis/<str>/Sensors", std::string())
+ Node(app, "/redfish/v1/Chassis/<str>/Sensors/", std::string())
{
entityPrivileges = {
{boost::beast::http::verb::get, {{"Login"}}},