mirror of
https://github.com/open-webui/openapi-servers.git
synced 2026-07-19 13:54:31 -04:00
absolute import for config
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user