Skip to content

Commit

Permalink
doc: improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Mar 19, 2024
1 parent 149bece commit 38bbd0a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions invenio_userprofiles/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,18 @@ def init_config(self, app):


def finalize_app(app):
"""Finalize app."""
"""Finalize app.
NOTE: replace former @record_once decorator
"""
init_common(app)


def api_finalize_app(app):
"""API Finalize app."""
"""Finalize app for api.
NOTE: replace former @record_once decorator
"""
init_common(app)


Expand Down

0 comments on commit 38bbd0a

Please sign in to comment.