We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4cc3e commit 03f27baCopy full SHA for 03f27ba
src/api/endpoints.py
@@ -22,6 +22,8 @@ def version():
22
Get server's dependencies versions
23
Returns versions of all dependencies
24
---
25
+ tags:
26
+ - Info
27
responses:
28
200:
29
description: List of versions of dependencies
@@ -79,7 +81,7 @@ def spec():
79
81
80
82
swag['info']['version'] = '1.0'
83
swag['info']['title'] = 'Programming Buddies API'
- swag['info']['description'] = 'Project\'s management system'
84
+ swag['info']['description'] = 'Projects\' management system'
85
86
swag['info']['license'] = {'name': 'GPL 3.0', 'url': 'https://opensource.org/licenses/GPL-3.0'}
87
0 commit comments