mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-02 11:37:54 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ namespace OpenWifi {
|
|||||||
|
|
||||||
void RESTAPI_openroaming_gr_list_certificates::DoGet() {
|
void RESTAPI_openroaming_gr_list_certificates::DoGet() {
|
||||||
|
|
||||||
auto Account = GetParameter("account","");
|
auto Account = GetBinding("account","");
|
||||||
if(Account.empty()) {
|
if(Account.empty()) {
|
||||||
return BadRequest(RESTAPI::Errors::MissingOrInvalidParameters);
|
return BadRequest(RESTAPI::Errors::MissingOrInvalidParameters);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user