Browse Source

new egress controller

abhishek9686 6 tháng trước cách đây
mục cha
commit
08e48bf311
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controllers/controller.go

+ 1 - 0
controllers/controller.go

@@ -37,6 +37,7 @@ var HttpHandlers = []interface{}{
 	enrollmentKeyHandlers,
 	tagHandlers,
 	aclHandlers,
+	egressHandlers,
 	legacyHandlers,
 }