mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-08 18:50:06 +00:00
Unique URL for each row (different direction)
This commit is contained in:
parent
0670751554
commit
d225a72572
6 changed files with 89 additions and 17 deletions
web-frontend/modules/database
|
@ -18,6 +18,12 @@ export const routes = [
|
|||
p.viewId = p.viewId ? parseInt(p.viewId) : null
|
||||
return p
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'row/:rowId',
|
||||
name: 'database-table-row',
|
||||
},
|
||||
],
|
||||
},
|
||||
// These redirect exist because the original api docs path was `/api/docs`, but
|
||||
// they have been renamed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue