package routers

import (
	"github.com/astaxie/beego"
	"gitlab.fjmaimaimai.com/mmm-go/partnermg/pkg/constant"
)

func init() {
	beego.SetStaticPath("/log", constant.LOG_File)
}