♻️(summary) reorganize API code

I totally reorganized the API code, to gain in clarity.
This commit is contained in:
lebaudantoine
2024-11-30 00:17:12 +01:00
committed by aleb_the_flash
parent b12b14b277
commit 35741a1bc1
14 changed files with 83 additions and 49 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ services:
celery_worker:
container_name: celery_worker
build: .
command: celery -A summary.celery_worker worker --pool=solo --loglevel=debug
command: celery -A summary.core.celery_worker worker --pool=solo --loglevel=debug
volumes:
- .:/app
depends_on: