mirror of
https://github.com/Telecominfraproject/wlan-cloud-owls.git
synced 2026-03-20 03:40:28 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "Poco/Net/HTTPCookie.h"
|
||||
#include "Poco/Net/NameValueCollection.h"
|
||||
#include "framework/MicroServiceFuncs.h"
|
||||
|
||||
namespace OpenWifi {
|
||||
|
||||
@@ -67,7 +68,7 @@ namespace OpenWifi {
|
||||
return BadRequest(RESTAPI::Errors::InvalidJSONDocument);
|
||||
}
|
||||
|
||||
D.id = MicroService::instance().CreateUUID();
|
||||
D.id = MicroServiceCreateUUID();
|
||||
if(StorageService()->SimulationDB().CreateRecord(D)) {
|
||||
OWLSObjects::SimulationDetails N;
|
||||
StorageService()->SimulationDB().GetRecord("id", D.id, N);
|
||||
|
||||
Reference in New Issue
Block a user