Refactoring project layout

This commit is contained in:
stephb9959
2021-10-21 21:52:39 -07:00
parent 0f26f359dd
commit c577a4d23a
82 changed files with 5198 additions and 4202 deletions

View File

@@ -8,13 +8,12 @@
#include "Poco/JSON/Parser.h"
#include "../AuthService.h"
#include "AuthService.h"
#include "RESTAPI_oauth2Handler.h"
#include "../framework/RESTAPI_protocol.h"
#include "framework/RESTAPI_protocol.h"
#include "RESTAPI_server.h"
#include "../MFAServer.h"
#include "../framework/Utils.h"
#include "MFAServer.h"
#include "framework/MicroService.h"
namespace OpenWifi {
void RESTAPI_oauth2Handler::DoGet() {