llm-api/wiki_router.py aktualisiert
All checks were successful
Deploy Trainer_LLM to llm-node / deploy (push) Successful in 2s
All checks were successful
Deploy Trainer_LLM to llm-node / deploy (push) Successful in 2s
This commit is contained in:
parent
a0d1b86b53
commit
bba860d839
|
|
@ -27,7 +27,7 @@ load_dotenv()
|
|||
logger = logging.getLogger("wiki_router")
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
router = APIRouter(tags=["wiki"]) # Prefix kommt aus main.py via include_router(..., prefix="/import/wiki")
|
||||
router = APIRouter(prefix="/import/wiki", tags=["wiki"])
|
||||
|
||||
# -------- Konfiguration --------
|
||||
WIKI_API_URL = os.getenv("WIKI_API_URL", "https://karatetrainer.net/api.php")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user