Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-7831
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Sep 13, 2023
1 parent 7d995e7 commit 7b524aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RESTAPI/RESTAPI_openroaming_gr_list_certificates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace OpenWifi {

void RESTAPI_openroaming_gr_list_certificates::DoGet() {

auto Account = GetParameter("account","");
auto Account = GetBinding("account","");
if(Account.empty()) {
return BadRequest(RESTAPI::Errors::MissingOrInvalidParameters);
}
Expand Down

0 comments on commit 7b524aa

Please sign in to comment.