Framework update

This commit is contained in:
stephb9959
2022-04-23 17:05:31 -07:00
parent 165b0eea9e
commit 998ca93895
37 changed files with 48 additions and 48 deletions

View File

@@ -24,7 +24,7 @@ namespace OpenWifi {
Server,
TransactionId,
Internal){}
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/entity"}; };
static auto PathName() { return std::list<std::string>{"/api/v1/entity"}; };
private:
EntityDB &DB_=StorageService()->EntityDB();
void DoGet() final;