fix rest api
This commit is contained in:
parent
17a1a5176f
commit
0a7f0faa39
4 changed files with 57 additions and 13 deletions
|
@ -32,6 +32,7 @@ namespace firewall
|
|||
void delete_firewall_handler();
|
||||
void not_found_handler();
|
||||
|
||||
bool request_has_firewall_parameter();
|
||||
String json_new_attribute(String key, String value, bool last = false);
|
||||
String json_new_attribute(String key, uint8_t value, bool last = false);
|
||||
void json_generic_response(String serialized_string, const uint16_t response_code);
|
||||
|
|
Reference in a new issue