From dc83c9bf20da1490bc676b4022004a087f37a18b Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 10 Feb 2022 17:22:50 +0100 Subject: [PATCH] Updated the engine and fix routing. --- HEADS | 2 +- app/ccms_root.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HEADS b/HEADS index 52ee89b..deba520 100644 --- a/HEADS +++ b/HEADS @@ -1 +1 @@ -{"engine": {"master": "f711d413d63b9a8145c854032252c7805aa083a0"}} \ No newline at end of file +{"engine": {"master": "a3119b8b092736af066413e473682ac47ace6519"}} \ No newline at end of file diff --git a/app/ccms_root.cpp b/app/ccms_root.cpp index da1a337..eccef95 100644 --- a/app/ccms_root.cpp +++ b/app/ccms_root.cpp @@ -49,6 +49,7 @@ void CCMSRoot::handle_request_main(Request *request) { return; } + request->push_path(); handler->handle_request_main(request); }