redfish_v1: fix setUpRedfishRoute

Tested: compiles

Signed-off-by: Nan Zhou <nanzhoumails@gmail.com>
Change-Id: I91565293a1b176803df5b0811752a0dea667c324
diff --git a/redfish-core/lib/redfish_v1.hpp b/redfish-core/lib/redfish_v1.hpp
index cbd13b4..956e2d5 100644
--- a/redfish-core/lib/redfish_v1.hpp
+++ b/redfish-core/lib/redfish_v1.hpp
@@ -27,7 +27,7 @@
 
     // If we fall to this route, we didn't have a more specific route, so return
     // 404
-    if (!redfish::setUpRedfishRoute(app, req, asyncResp->res))
+    if (!redfish::setUpRedfishRoute(app, req, asyncResp))
     {
         return;
     }