func Routes()

in webhooks/alloydb-mutating-wh/handlers/pod_tolerations_handler.go [23:29]


func Routes() {
	http.HandleFunc("/mutate", func(w http.ResponseWriter, r *http.Request) {
		serve(w, r, mutatePod)
	})
	log.Info("handlers.Routes():Registered the handler for the path /mutate")

}