mirror of
				https://github.com/Telecominfraproject/wlan-cloud-analytics.git
				synced 2025-10-31 10:27:47 +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
	 stephb9959
					stephb9959