Framework update.

This commit is contained in:
stephb9959
2022-04-23 16:50:36 -07:00
parent 5188615006
commit fc5e5804ff
19 changed files with 30 additions and 30 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/device/{serialNumber}"}; };
static auto PathName() { return std::list<std::string>{"/api/v1/device/{serialNumber}"}; };
void DoGet() final;
void DoDelete() final;
void DoPost() final;