pbx_disable.go 105 B

1234567891011
  1. //+build !pbx
  2. package pbx
  3. import (
  4. "github.com/gin-gonic/gin"
  5. )
  6. func Enable(router *gin.Engine) {
  7. }