mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
No need to link to _shape=objects any more
It's the default now. Refs #782
This commit is contained in:
parent
3c352b7132
commit
d94a3c4326
1 changed files with 0 additions and 1 deletions
|
|
@ -374,7 +374,6 @@ class ApiExplorerView(BaseView):
|
||||||
"label": "Get rows for {}".format(table),
|
"label": "Get rows for {}".format(table),
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
"path": self.ds.urls.table(name, table, format="json")
|
"path": self.ds.urls.table(name, table, format="json")
|
||||||
+ "?_shape=objects".format(name, table),
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
# If not mutable don't show any write APIs
|
# If not mutable don't show any write APIs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue