intimate_view/goserver/openrec.go

8 lines
112 B
Go
Raw Normal View History

2020-08-20 11:29:22 +00:00
package main
import "github.com/gin-gonic/gin"
func OpenrecQuery(cxt *gin.Context) {
Query(cxt, "openrec")
}