Framework update

This commit is contained in:
stephb9959
2022-04-23 16:54:49 -07:00
parent 2d3717bb98
commit 15215a4c7d
14 changed files with 39 additions and 30 deletions

View File

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