Introduce common/constants.py (#10965)

### What problem does this PR solve?

As title.

### Type of change

- [x] Refactoring

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-11-03 16:32:37 +08:00
committed by GitHub
parent d008a4df9f
commit 121d3fd815
4 changed files with 66 additions and 4 deletions

View File

@ -24,7 +24,7 @@ from werkzeug.serving import run_simple
from flask import Flask
from routes import admin_bp
from api.utils.log_utils import init_root_logger
from api.constants import SERVICE_CONF
from common.contants import SERVICE_CONF
from api import settings
from config import load_configurations, SERVICE_CONFIGS
from auth import init_default_admin, setup_auth