Skip to content

Commit ede4dff

Browse files
authored
Add trailing slash (#2236)
1 parent cad392e commit ede4dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superset/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@ def activity_per_day(self):
18301830

18311831
@api
18321832
@has_access_api
1833-
@expose("/schemas/<db_id>")
1833+
@expose("/schemas/<db_id>/")
18341834
def schemas(self, db_id):
18351835
database = (
18361836
db.session

0 commit comments

Comments
 (0)