intimate_view/goserver/twitcasting.go

10 lines
125 B
Go
Raw Permalink Normal View History

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