commit avant register et responsive

This commit is contained in:
root
2025-08-31 16:23:13 +02:00
parent dfaae262c7
commit 849167994c
8 changed files with 2101 additions and 30 deletions

View File

@@ -435,7 +435,7 @@ async function fetchUsers() {
async function fetchUploadLimits() {
try {
const response = await axios.get('/api/settings/upload-limits')
const response = await axios.get('/api/settings/public/upload-limits')
uploadLimits.value = response.data
} catch (error) {
console.error('Error fetching upload limits:', error)