Added devices and companies models
This commit is contained in:
@@ -5,12 +5,13 @@
|
||||
package routes
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/VoidArtanis/go-rest-boilerplate/controllers"
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func RegisterPublicRoutes(r *gin.Engine){
|
||||
|
||||
r.GET("/publicmessage", controllers.GetPublicText)
|
||||
// r.GET("/companies", controllers.Ge)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user