fix pkg path
This commit is contained in:
parent
9c5f3f23b1
commit
e3335e0d67
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue