From ea2947df3eba5a756cc5cdf7b338733190cec1c4 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Mon, 25 Nov 2024 15:31:41 +0100 Subject: [PATCH] Reenable http --- src/AppWrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()));