1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-29 23:09:56 +00:00

No realtime public view sharing

This commit is contained in:
Nigel Gott 2022-01-06 18:17:01 +00:00
parent 7595377e34
commit 133fceb6cf
45 changed files with 2038 additions and 333 deletions
web-frontend/modules/database

View file

@ -45,4 +45,9 @@ export const routes = [
path: '/form/:slug',
component: path.resolve(__dirname, 'pages/form.vue'),
},
{
name: 'database-public-grid-view',
path: '/public/grid/:slug',
component: path.resolve(__dirname, 'pages/publicGridView.vue'),
},
]