fix pkg path

This commit is contained in:
medcl 2022-03-22 16:16:12 +08:00
parent 9c5f3f23b1
commit e3335e0d67
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"infini.sh/framework/core/elastic"
"infini.sh/framework/core/util"
"net/http"
log "src/github.com/cihub/seelog"
log "github.com/cihub/seelog"
)
func (handler APIHandler) HandleGetMappingsAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) {