mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: methods incorrect type and update deprecated targets (#23935)
This commit is contained in:
committed by
GitHub
parent
841726d432
commit
694f93326d
@@ -58,7 +58,7 @@ class EmbeddedDashboardRestApi(BaseSupersetModelRestApi):
|
||||
|
||||
embedded_response_schema = EmbeddedDashboardResponseSchema()
|
||||
|
||||
@expose("/<uuid>", methods=["GET"])
|
||||
@expose("/<uuid>", methods=("GET",))
|
||||
@protect()
|
||||
@safe
|
||||
@statsd_metrics
|
||||
|
||||
Reference in New Issue
Block a user