Fix route to avoid remove trailing slash in collection endpoints.

This commit is contained in:
Alexis Lahouze 2017-07-15 08:13:22 +02:00
parent 02f14863b1
commit 2db7925cad
3 changed files with 3 additions and 3 deletions

View File

@ -122,7 +122,7 @@ range_parser.add_argument(
# pylint: disable=no-self-use
@ns.route('/')
@ns.route('')
@ns.doc(
security='apikey',
responses={

View File

@ -90,7 +90,7 @@ account_range_parser.add_argument(
# pylint: disable=no-self-use
@ns.route('/')
@ns.route('')
@ns.doc(
security='apikey',
responses={

View File

@ -68,7 +68,7 @@ account_id_parser.add_argument(
# pylint: disable=no-self-use
@ns.route('/')
@ns.route('')
@ns.doc(
security='apikey',
responses={