mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
remove apiary from docstring
This commit is contained in:
parent
e871458a99
commit
7df49b068a
@ -1,7 +1,7 @@
|
|||||||
"""This module provides the blueprint for some basic API endpoints.
|
"""This module provides the blueprint for some basic API endpoints.
|
||||||
|
|
||||||
For more information please refer to the documentation in Apiary:
|
For more information please refer to the documentation on ReadTheDocs:
|
||||||
- http://docs.bigchaindb.apiary.io/
|
- https://bigchaindb.readthedocs.io/en/latest/drivers-clients/http-client-server-api.html
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import flask
|
import flask
|
||||||
@ -13,6 +13,7 @@ from bigchaindb import version
|
|||||||
|
|
||||||
info_views = Blueprint('info_views', __name__)
|
info_views = Blueprint('info_views', __name__)
|
||||||
|
|
||||||
|
|
||||||
@info_views.route('/')
|
@info_views.route('/')
|
||||||
def home():
|
def home():
|
||||||
return flask.jsonify({
|
return flask.jsonify({
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""This module provides the blueprint for some basic API endpoints.
|
"""This module provides the blueprint for some basic API endpoints.
|
||||||
|
|
||||||
For more information please refer to the documentation in Apiary:
|
For more information please refer to the documentation on ReadTheDocs:
|
||||||
- http://docs.bigchaindb.apiary.io/
|
- https://bigchaindb.readthedocs.io/en/latest/drivers-clients/http-client-server-api.html
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import flask
|
import flask
|
||||||
|
Loading…
x
Reference in New Issue
Block a user