Skip to content

Commit

Permalink
fix: title & description
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Oct 2, 2024
1 parent eec767c commit 23b8306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notesserver/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
}

SPECTACULAR_SETTINGS = {
'TITLE': 'edx-notes-api',
'DESCRIPTION': 'API documentation for edx-notes-api',
'TITLE': 'Edx Notes API',
'DESCRIPTION': 'Edx Notes API docs',
'VERSION': '1.0.0',
'SERVE_INCLUDE_SCHEMA': False,
'SCHEMA_PATH_PREFIX': '/api/'
Expand Down

0 comments on commit 23b8306

Please sign in to comment.