mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-12 12:49:57 +00:00
auth status route to api server (#342)
This commit is contained in:
@@ -11,4 +11,6 @@ func StatusRoutes(ginApp *gin.Engine) {
|
||||
routeGroup.POST("/tappedPods", controllers.PostTappedPods)
|
||||
|
||||
routeGroup.GET("/tappersCount", controllers.GetTappersCount)
|
||||
|
||||
routeGroup.GET("/auth", controllers.GetAuthStatus)
|
||||
}
|
||||
|
Reference in New Issue
Block a user