fix: resolve web container import paths and ThreadPoolExecutor compatibility
This commit is contained in:
@@ -0,0 +1 @@
|
||||
# NFOGuard Web API Package
|
||||
@@ -8,6 +8,9 @@ from typing import List, Optional, Dict, Any
|
||||
from fastapi import HTTPException, Query
|
||||
from pathlib import Path
|
||||
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
from api.models import *
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user