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

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