fix doc example cache path

This commit is contained in:
root
2026-06-21 20:59:01 +00:00
parent 4eda629c8d
commit c0f3c5507c
2 changed files with 17 additions and 7 deletions
+3
View File
@@ -340,6 +340,9 @@ u64 request_seed_from_time(f64 time_value)
void prepare_request_body_maps(Request& request)
{
if(request.server)
request.params["UCE_BIN_DIRECTORY"] = request.server->config["BIN_DIRECTORY"];
String route_path;
request.get = parse_query(request.params["QUERY_STRING"], &route_path);
request_populate_context_params_from_route(request, route_path);