fixup! (backend) wip introduce a token exchange endpoint

This commit is contained in:
lebaudantoine
2026-08-14 18:15:08 +02:00
parent 034e49a8b6
commit ed7a5c1b94
@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0021_recording_external_process_id_alter_recording_status'),
('core', '0022_alter_application_scopes'),
]
operations = [