Files
meet/src
lebaudantoine 88a1136dfd ♻️(backend) refactor ApplicationViewSet to use a basic ViewSet
This endpoint only exposes a custom action for token generation and does not
rely on serializers or querysets. Using ViewSet is more appropriate here, as
it provides routing without enforcing standard CRUD patterns or requiring a
serializer_class.

This removes unnecessary constraints and avoids warnings related to missing
serializer configuration, while better reflecting the actual responsibility of
this view.

I noticed this bug from Sentry issue 241308
2026-02-03 16:22:06 +01:00
..
2026-01-28 21:28:55 +01:00
2026-01-28 21:28:55 +01:00
2026-01-08 18:03:23 +01:00
2026-01-28 21:28:55 +01:00
2026-01-28 21:28:55 +01:00
2026-01-28 21:28:55 +01:00