diff --git a/internal/app/hosts.go b/internal/app/hosts.go index 5cf4077..86e3cf7 100644 --- a/internal/app/hosts.go +++ b/internal/app/hosts.go @@ -15,13 +15,6 @@ import ( mongoOptions "go.mongodb.org/mongo-driver/mongo/options" ) -// { -// "3b7e3926-03ce-4407-bc3f-85ed2f01ee42": { -// "name": "Localhost", -// "uri": "mongodb://localhost:27017" -// } -// } - type Host struct { Name string `json:"name"` URI string `json:"uri"`