Fix import path for changelog module (use relative import)

This commit is contained in:
Ivo Oskamp 2026-02-05 22:59:43 +01:00
parent c1ea5d5b9d
commit f51a511e64

View File

@ -1,6 +1,6 @@
from .routes_shared import * # noqa: F401,F403
from app.changelog import CHANGELOG
from ..changelog import CHANGELOG
@main_bp.route("/changelog")