openapi-servers/servers/filesystem/config.py
2025-04-17 10:43:48 -07:00

7 lines
156 B
Python

import os
import pathlib
# Constants
ALLOWED_DIRECTORIES = [
str(pathlib.Path(os.path.expanduser("~/tmp")).resolve())
] # 👈 Replace with your paths