Compare commits

...

1 Commits

Author SHA1 Message Date
namhq1989 e857841b95 add repo private chat 2023-03-22 16:13:11 +07:00
1 changed files with 2 additions and 0 deletions

View File

@ -3,8 +3,10 @@ package minio
var region = "ap-southeast-1"
var Buckets = struct {
Chat string
HelpCenter string
}{
Chat: "private-chat",
HelpCenter: "help-center",
}