Framework update

This commit is contained in:
stephb9959
2022-04-23 16:59:31 -07:00
parent ed393b08a5
commit 8cd7a99c55
27 changed files with 52 additions and 43 deletions

View File

@@ -17,7 +17,7 @@ namespace OpenWifi {
Server,
TransactionId,
Internal) {}
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/subusers"}; };
static auto PathName() { return std::list<std::string>{"/api/v1/subusers"}; };
void DoGet() final;
void DoPost() final {};
void DoDelete() final {};