Skip to content

Commit

Permalink
Add trailing slash (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkyryliuk authored Feb 24, 2017
1 parent cad392e commit ede4dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ def activity_per_day(self):

@api
@has_access_api
@expose("/schemas/<db_id>")
@expose("/schemas/<db_id>/")
def schemas(self, db_id):
database = (
db.session
Expand Down

0 comments on commit ede4dff

Please sign in to comment.