diff --git a/datasette/views/special.py b/datasette/views/special.py index 3137271c..1aeb4be6 100644 --- a/datasette/views/special.py +++ b/datasette/views/special.py @@ -373,7 +373,7 @@ class ApiExplorerView(BaseView): { "label": "Get rows for {}".format(table), "method": "GET", - "path": self.ds.urls.table(name, table, format="json") + "path": self.ds.urls.table(name, table, format="json"), } ) # If not mutable don't show any write APIs