use module name as name for journal Blueprint
This commit is contained in:
parent
308eaffe55
commit
1d446436ad
@ -1,7 +1,7 @@
|
||||
"""Journal functionality."""
|
||||
from flask import Blueprint
|
||||
|
||||
bp = Blueprint('journal_views', __name__, url_prefix='/')
|
||||
bp = Blueprint('journal', __name__, url_prefix='/')
|
||||
|
||||
|
||||
@bp.route('/', defaults={'path': 'index'})
|
||||
|
Loading…
Reference in New Issue
Block a user