mirror of
https://github.com/apache/superset.git
synced 2026-06-07 00:29:17 +00:00
Add trailing slash (#2236)
This commit is contained in:
@@ -1830,7 +1830,7 @@ class Superset(BaseSupersetView):
|
||||
|
||||
@api
|
||||
@has_access_api
|
||||
@expose("/schemas/<db_id>")
|
||||
@expose("/schemas/<db_id>/")
|
||||
def schemas(self, db_id):
|
||||
database = (
|
||||
db.session
|
||||
|
||||
Reference in New Issue
Block a user