fix: main: Исправлен импорт contest_carousel_photos_router

This commit is contained in:
Андрей Дувакин 2025-06-03 09:24:34 +05:00
parent a884065680
commit 4eff561c6b

View File

@ -12,7 +12,7 @@ from app.contollers.rss_router import router as rss_router
from app.contollers.teams_router import router as team_router
from app.contollers.users_router import router as users_router
from app.contollers.contests_router import router as contest_router
from app.contollers.contests_router import router as contest_carousel_photos_router
from app.contollers.contest_carousel_photos_router import router as contest_carousel_photos_router
from app.settings import settings