Revert "Merge branch 'fetch-device-info' into 'main'"
This reverts merge request !10
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user