diff --git a/src/AppWrapper.h b/src/AppWrapper.h index ba553132..7dd794d4 100644 --- a/src/AppWrapper.h +++ b/src/AppWrapper.h @@ -943,11 +943,11 @@ void uWS_App(const FunctionCallbackInfo &args) { } else { - //uWS_App_get(&uWS::TemplatedApp>::get, args); + uWS_App_get(&uWS::TemplatedApp::get, args); } } else if constexpr (std::is_same::value) { - //uWS_App_get(&uWS::TemplatedApp>::get, args); + uWS_App_get(&uWS::TemplatedApp::get, args); } }, args.Data()));