Adding operator tables.

This commit is contained in:
stephb9959
2022-04-07 19:52:36 -07:00
parent 4c7d2bff28
commit 1b853b385d
26 changed files with 1432 additions and 47 deletions

View File

@@ -2,17 +2,6 @@
// Created by stephane bourque on 2022-04-06.
//
#ifndef OWPROV_RESTAPI_SERVICE_CLASS_LIST_HANDLER_H
#define OWPROV_RESTAPI_SERVICE_CLASS_LIST_HANDLER_H
class RESTAPI_service_class_list_handler {
};
#endif //OWPROV_RESTAPI_SERVICE_CLASS_LIST_HANDLER_H
#pragma once
#include "framework/MicroService.h"
@@ -31,7 +20,7 @@ namespace OpenWifi {
TransactionId,
Internal) {
}
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/serviceClasses"}; };
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/operatorLocations"}; };
private:
ServiceClassDB &DB_=StorageService()->ServiceClassDB();
void DoGet() final;