mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Add tests for Access Management Plugin (#14909)
This commit is contained in:
committed by
GitHub
parent
dc99f4a7a3
commit
4629abd5a2
@@ -79,5 +79,6 @@ func mainHandler(w http.ResponseWriter, r *http.Request) {
|
||||
func main() {
|
||||
http.HandleFunc("/", mainHandler)
|
||||
|
||||
log.Print("Listening on :8080")
|
||||
log.Fatal(http.ListenAndServe(":8080", nil))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user