mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-02 19:48:03 +00:00
25 lines
336 B
C++
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() {
|
|
|
|
}
|
|
|
|
} |