mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2025-11-03 03:48:01 +00:00
Adding time point recording.
This commit is contained in:
@@ -810,7 +810,7 @@ paths:
|
||||
404:
|
||||
$ref: '#/components/responses/NotFound'
|
||||
|
||||
/board/{id}/timepoint:
|
||||
/board/{id}/timepoints:
|
||||
get:
|
||||
tags:
|
||||
- Board data
|
||||
|
||||
@@ -20,7 +20,7 @@ namespace OpenWifi {
|
||||
TransactionId,
|
||||
Internal){}
|
||||
|
||||
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/board/{id}/timepoint"}; };
|
||||
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/board/{id}/timepoints"}; };
|
||||
|
||||
private:
|
||||
TimePointDB & DB_=StorageService()->TimePointsDB();
|
||||
|
||||
Reference in New Issue
Block a user