diff --git a/main.go b/main.go index 69c4624..c114f14 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,7 @@ package main import ( "github.com/astaxie/beego" - _ "ifconfig/routers" + _ "github.com/missdeer/ifconfig/routers" "os" ) diff --git a/routers/router.go b/routers/router.go index d025d59..17646ae 100644 --- a/routers/router.go +++ b/routers/router.go @@ -2,7 +2,7 @@ package routers import ( "github.com/astaxie/beego" - "ifconfig/controllers" + "github.com/missdeer/ifconfig/controllers" ) func init() {