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

@@ -18,7 +18,7 @@ namespace OpenWifi {
TransactionId,
Internal, true, false , RateLimit{.Interval=1000,.MaxCalls=10},
true) {}
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/submfa"}; };
static auto PathName() { return std::list<std::string>{"/api/v1/submfa"}; };
void DoGet() final;
void DoPost() final {};
void DoDelete() final {};