mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Redirect /-/config to /-/settings, closes #1103
This commit is contained in:
parent
3159263f05
commit
2a3d5b720b
7 changed files with 43 additions and 14 deletions
|
|
@ -22,8 +22,8 @@ def menu_links(datasette, actor):
|
|||
"label": "Metadata",
|
||||
},
|
||||
{
|
||||
"href": datasette.urls.path("/-/config"),
|
||||
"label": "Config",
|
||||
"href": datasette.urls.path("/-/settings"),
|
||||
"label": "Settings",
|
||||
},
|
||||
{
|
||||
"href": datasette.urls.path("/-/permissions"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue