Browse Source

fix import issue

Max Ma 1 năm trước cách đây
mục cha
commit
5ede634109
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      pro/auth/register_callback.go

+ 1 - 0
pro/auth/register_callback.go

@@ -8,6 +8,7 @@ import (
 
 	"github.com/gorilla/mux"
 	"github.com/gravitl/netmaker/logger"
+	"github.com/gravitl/netmaker/logic"
 	"github.com/gravitl/netmaker/logic/pro/netcache"
 )