mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-17 18:34:50 +00:00
Refactoring and adding VariableBlocks.
This commit is contained in:
25
src/RESTAPI/RESTAPI_variables_handler.cpp
Normal file
25
src/RESTAPI/RESTAPI_variables_handler.cpp
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// 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() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user