mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed rename error
This commit is contained in:
parent
3d9f1dbeba
commit
0238dfd510
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue