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:
parent
7595377e34
commit
133fceb6cf
45 changed files with 2038 additions and 333 deletions
web-frontend/modules/database
|
@ -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'),
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue