API: Auth & Scope für Song-GET, Kommentar für Kurator-Wrapper

This commit is contained in:
Hördle Bot
2025-12-03 13:17:31 +01:00
parent f0d75c591a
commit f691384a34
2 changed files with 28 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ import CuratorPageInner from '../../curator/page';
export default function CuratorPage() {
// Wrapper für die lokalisierte Route /[locale]/curator
// Hinweis: Pfad '../../curator/page' zeigt von 'app/[locale]/curator' korrekt auf 'app/curator/page'.
return <CuratorPageInner />;
}