Fixing submfa method

This commit is contained in:
stephb9959
2021-12-08 14:43:31 -08:00
parent 2ec792a74b
commit f8407f7b7c
2 changed files with 2 additions and 3 deletions

View File

@@ -11,8 +11,7 @@ namespace OpenWifi {
public:
RESTAPI_submfa_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServer &Server, bool Internal)
: RESTAPIHandler(bindings, L,
std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_POST,
Poco::Net::HTTPRequest::HTTP_DELETE,
std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_PUT,
Poco::Net::HTTPRequest::HTTP_GET,
Poco::Net::HTTPRequest::HTTP_OPTIONS},
Server,