Update main.py

This commit is contained in:
Taylor Wilsdon 2025-04-06 13:24:12 -04:00 committed by GitHub
parent d837001b5d
commit 5f154a3242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ app.add_middleware(
# Constants
ALLOWED_DIRECTORIES = [
str(pathlib.Path(os.path.expanduser("~/")).resolve())
str(pathlib.Path(os.path.expanduser("~/mydir")).resolve())
] # 👈 Replace with your paths
# ------------------------------------------------------------------------------