config file is web only

This commit is contained in:
msramalho
2025-02-11 19:13:33 +00:00
parent f24f88c44b
commit 606e69587b
12 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ from typing import Dict
from fastapi import APIRouter, Depends, Request, HTTPException
from fastapi.responses import FileResponse, JSONResponse
from app.shared.config import VERSION, BREAKING_CHANGES
from app.web.config import VERSION, BREAKING_CHANGES
from app.shared.log import log_error
from app.web.db import crud
from app.shared.schemas import ActiveUser, UsageResponse