Browse Source

new egress controller

abhishek9686 6 months ago
parent
commit
08e48bf311
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/controller.go

+ 1 - 0
controllers/controller.go

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