genspark2api / router /main.go
Dhudean
Merge existing project into Hugging Face Space
7acb48f
raw
history blame contribute delete
117 Bytes
package router
import (
"github.com/gin-gonic/gin"
)
func SetRouter(router *gin.Engine) {
SetApiRouter(router)
}