fix registry address

This commit is contained in:
behrooz razzaghi
2025-04-05 16:58:47 +03:30
parent fd1e1f1d2e
commit 61a9fbe9f2
8 changed files with 23 additions and 42 deletions

View File

@@ -21,4 +21,5 @@ func InitDB() {
}
UserCollection = client.Database("vcluster").Collection("users")
Vclusters_details = client.Database("vcluster").Collection("vclusters_details")
}