Merge pull request #6 from Aykhan-s/dev

Added dev and prod docker compose files
This commit is contained in:
Aykhan Shahsuvarov
2023-09-20 02:31:56 +04:00
committed by GitHub
6 changed files with 82 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ async def home(request: Request):
@router.post('/send-email')
@limiter.limit('222/day')
@limiter.limit('2/day')
async def send_email(
request: Request,
background_tasks: BackgroundTasks,