Revert "Merge branch 'fetch-device-info' into 'main'"

This reverts merge request !10
This commit is contained in:
2023-09-21 09:56:37 +00:00
parent 0b8792b373
commit 080587f327
7 changed files with 14 additions and 290 deletions

View File

@@ -8,10 +8,6 @@ import (
func RegisterPublicRoutes(r *gin.Engine) {
r.GET("/dashboard/map/contract/devices", controllers.GetDevicesByContract)
r.GET("/dashboard/map/contracts", controllers.GetLatestContracts)
r.GET("/dashboard/map/device_data", controllers.GetDeviceData)
r.POST("/device_data/save", controllers.SaveDeviceInfo)
r.GET("/publicmessage", controllers.GetPublicText)
r.POST("/device_info", controllers.SaveDeviceInfo)
}