Upstream sync
This commit is contained in:
@@ -6,9 +6,8 @@ import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func RegisterPublicRoutes(r *gin.Engine){
|
||||
func RegisterPublicRoutes(r *gin.Engine) {
|
||||
|
||||
r.GET("/publicmessage", controllers.GetPublicText)
|
||||
r.POST("/device_info", controllers.SaveDeviceInfofunc)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user