mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-06 21:28:30 +02:00
add docker containers list to set rules
This commit is contained in:
@@ -222,6 +222,8 @@ func initAPIs() {
|
||||
authRouter.HandleFunc("/api/info/pprof", pprof.Index)
|
||||
|
||||
//If you got APIs to add, append them here
|
||||
// get available docker containers
|
||||
authRouter.HandleFunc("/api/docker/containers", handleDockerContainersList)
|
||||
}
|
||||
|
||||
// Function to renders Auth related APIs
|
||||
|
Reference in New Issue
Block a user