feat(cache): add 30-day browser cache for uploaded images (middleware + S3 CacheControl)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
cd /d "%~dp0"
|
||||
call .venv\Scripts\activate.bat
|
||||
python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
|
||||
@rem python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user