Framework update

This commit is contained in:
stephb9959
2021-11-20 22:25:43 -08:00
parent 43747d6a75
commit e7ed0e4a00
35 changed files with 35 additions and 177 deletions

View File

@@ -1,9 +1,7 @@
//
// Created by stephane bourque on 2021-08-26.
//
#ifndef OWPROV_RESTAPI_MANAGEMENTROLE_LIST_HANDLER_H
#define OWPROV_RESTAPI_MANAGEMENTROLE_LIST_HANDLER_H
#pragma once
#include "framework/MicroService.h"
@@ -26,5 +24,3 @@ namespace OpenWifi {
void DoDelete() final {};
};
}
#endif //OWPROV_RESTAPI_MANAGEMENTROLE_LIST_HANDLER_H