mirror of
https://github.com/open-webui/openapi-servers
synced 2025-06-26 18:17:04 +00:00
absolute import for config
This commit is contained in:
parent
07be65fcf7
commit
2110943fde
@ -12,7 +12,7 @@ import difflib
|
||||
import shutil
|
||||
from datetime import datetime, timezone, timedelta
|
||||
import uuid
|
||||
from .config import ALLOWED_DIRECTORIES
|
||||
from config import ALLOWED_DIRECTORIES
|
||||
app = FastAPI(
|
||||
title="Secure Filesystem API",
|
||||
version="0.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user