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 29dd1fa commit f1eeaa0Copy full SHA for f1eeaa0
doc/scaling.rst
@@ -243,7 +243,7 @@ Each `apivX` module will have the following pattern:
243
from .apis.namespaceX import api as nsX
244
245
blueprint = Blueprint('api', __name__, url_prefix='/api/1')
246
- api = Api(blueprint
+ api = Api(blueprint,
247
title='My Title',
248
version='1.0',
249
description='A description',
0 commit comments