Fixing openapi definition.

This commit is contained in:
stephb9959
2022-04-08 07:19:58 -07:00
parent 5e6438ffe0
commit 8952937a1f
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ namespace OpenWifi {
Server,
TransactionId,
Internal){}
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/configurations"}; };
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/configuration"}; };
private:
ConfigurationDB & DB_=StorageService()->ConfigurationDB();
void DoGet() final;