mirror of
https://github.com/aykhans/portfolio-blog.git
synced 2025-09-07 14:40:44 +00:00
Merge pull request #6 from Aykhan-s/dev
Added dev and prod docker compose files
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user