This commit is contained in:
Maxi Quoß
2025-09-15 21:32:57 +02:00
parent 3f3ef10fbc
commit 25a67af29d

View File

@@ -50,7 +50,7 @@ export async function GET() {
'Cache-Control': 'no-cache, no-store'
};
// get icon from backend
// get settings from backend
const pb = get(pocketbase);
const res = await pb
.collection('settings_public')