claptrap-go/routers/router.go

7 lines
96 B
Go
Raw Normal View History

2024-07-08 18:09:43 +02:00
package routers
import "github.com/gin-gonic/gin"
func RegisterRoutes(router *gin.Engine) {
}