asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 23s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-21 01:43:29 +02:00
parent e181eac94b
commit 82908e0fd1

View File

@@ -1705,7 +1705,7 @@
async function loadModuleAuth() {
try {
const auth = await request('/api/module-auth/mining-checker', { timeoutMs: 5000 });
const auth = await request('/api/module-auth/mining-checker/index.php', { timeoutMs: 5000 });
setModuleAuthForm({
required: !!auth.required,
users: Array.isArray(auth.users) ? auth.users.join(', ') : '',
@@ -1721,7 +1721,7 @@
setSaving(true);
setError('');
try {
await request('/api/module-auth/mining-checker', {
await request('/api/module-auth/mining-checker/index.php', {
method: 'PUT',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({