Files
wlan-cloud-owprov/src/RESTAPI/RESTAPI_variables_handler.cpp
2022-02-23 22:27:59 -08:00

25 lines
336 B
C++

//
// Created by stephane bourque on 2022-02-23.
//
#include "RESTAPI_variables_handler.h"
namespace OpenWifi {
void RESTAPI_variables_handler::DoGet() {
}
void RESTAPI_variables_handler::DoDelete() {
}
void RESTAPI_variables_handler::DoPost() {
}
void RESTAPI_variables_handler::DoPut() {
}
}