1
0
Fork 0
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:
Bram Wiepjes 2022-08-02 11:23:17 +00:00 committed by Alexander Haller
parent 0670751554
commit d225a72572
6 changed files with 89 additions and 17 deletions
web-frontend/modules/database

View file

@ -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.