diff --git a/main.go b/main.go index 3d0767e..804bf06 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,8 @@ package main import ( + _ "github.com/vesoft-inc/nebula-http-gateway/routers" + "github.com/astaxie/beego" )