1
0
Fork 0
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:
Bram Wiepjes 2020-11-02 16:47:20 +00:00
parent d45719de46
commit d6c97ed5bf
86 changed files with 6044 additions and 84 deletions
web-frontend/modules/database

View file

@ -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'),
},
]