intimate_view/goserver/nimo.go
2020-09-04 19:00:48 +08:00

8 lines
106 B
Go

package main
import "github.com/gin-gonic/gin"
func NimoQuery(cxt *gin.Context) {
Query(cxt, "nimo")
}