Update API.hpp
This commit is contained in:
parent
0c40644f3d
commit
2e91cc1567
1 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@ namespace fw
|
|||
{
|
||||
public:
|
||||
/**
|
||||
* @brief Construct a new API object
|
||||
* @brief Construct a new API object,
|
||||
* assign ip and port to generate endpoint list,
|
||||
* setup authentication,
|
||||
* create WebServer,
|
||||
|
@ -131,8 +131,9 @@ namespace fw
|
|||
* @brief PUT handler to update firewall rule
|
||||
*/
|
||||
void put_firewall_handler();
|
||||
|
||||
/**
|
||||
* @brief handling not found
|
||||
* @brief DELETE handler to delete firewall rule
|
||||
*/
|
||||
void delete_firewall_handler();
|
||||
|
||||
|
|
Reference in a new issue