Fixed rename error

This commit is contained in:
David Allen 2023-06-25 20:09:45 -06:00
parent 3d9f1dbeba
commit 0238dfd510

View file

@ -17,7 +17,7 @@
namespace gdpm::rest_api{ namespace gdpm::rest_api{
request_params make_from_config(const config::context& config){ request_params make_from_config(const config::context& config){
return config.api_params; return config.rest_api_params;
} }
request_params make_request_params( request_params make_request_params(