mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-12 12:21:50 +00:00
refactored key name and modified existing row endpoints so that they support token authentication with permissions
This commit is contained in:
parent
d45719de46
commit
d6c97ed5bf
86 changed files with 6044 additions and 84 deletions
web-frontend/modules/database
|
@ -14,4 +14,14 @@ export const routes = [
|
|||
return p
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'database-api-docs',
|
||||
path: '/api/docs',
|
||||
component: path.resolve(__dirname, 'pages/APIDocs.vue'),
|
||||
},
|
||||
{
|
||||
name: 'database-api-docs-detail',
|
||||
path: '/api/docs/database/:databaseId',
|
||||
component: path.resolve(__dirname, 'pages/APIDocsDatabase.vue'),
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue