mirror of
https://github.com/open-webui/openapi-servers
synced 2025-06-26 18:17:04 +00:00
7 lines
153 B
Python
7 lines
153 B
Python
import os
|
|
import pathlib
|
|
|
|
# Constants
|
|
ALLOWED_DIRECTORIES = [
|
|
str(pathlib.Path(os.path.expanduser("~/")).resolve())
|
|
] # 👈 Replace with your paths |