Skip to content

Commit

Permalink
v6.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trueai-org committed Nov 18, 2024
1 parent b64e1db commit 1e11225
Show file tree
Hide file tree
Showing 12 changed files with 332 additions and 7 deletions.
6 changes: 6 additions & 0 deletions src/Midjourney.API/Controllers/AdminController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1698,6 +1698,12 @@ public Result<Setting> GetSetting()
model.TencentCos.SecretKey = "****";
}

if (model.CloudflareR2 != null)
{
model.CloudflareR2.AccessKey = "****";
model.CloudflareR2.SecretKey = "****";
}

model.CaptchaNotifySecret = "****";
}

Expand Down
4 changes: 2 additions & 2 deletions src/Midjourney.API/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<title>Midjourney Proxy Admin</title>
<link rel="stylesheet" href="/umi.db3f196a.css">
<script async src="/scripts/loading.js"></script>
<script src="/preload_helper.6ac93ff6.js"></script>
<script src="/preload_helper.d5fa2f37.js"></script>
</head>
<body>
<div id="root"></div>
<script src="/umi.34c21d05.js"></script>
<script src="/umi.df6b43a5.js"></script>
</body>
</html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e11225

Please sign in to comment.