backend.routers.public
Public router – unauthenticated endpoints.
Provides endpoints that do not require a valid access token: application configuration, version information and public gig listings.
Prefix: /public | Tag: public
- backend.routers.public.get_app_config()[source]
Gibt die frontend-relevante App-Konfiguration zurück (öffentlich, kein Auth nötig).
- backend.routers.public.get_song_histogram(db=Depends(dependency=<function get_db>, use_cache=True, scope=None))[source]