mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 02:58:00 +00:00
Framework update
This commit is contained in:
@@ -23,7 +23,7 @@ namespace OpenWifi {
|
||||
Server,
|
||||
TransactionId,
|
||||
Internal){}
|
||||
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/contact/{uuid}"}; };
|
||||
static auto PathName() { return std::list<std::string>{"/api/v1/contact/{uuid}"}; };
|
||||
|
||||
private:
|
||||
ContactDB &DB_=StorageService()->ContactDB();
|
||||
|
||||
Reference in New Issue
Block a user