Update API.hpp

This commit is contained in:
Florian Hoss 2022-07-30 11:25:18 +02:00
parent 0c40644f3d
commit 2e91cc1567

View file

@ -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();