chore: user apikeys
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
const proxyTableList = ['cli', 'v1'];
|
||||
const proxyTableList = ['cli', 'v1', 'auth'];
|
||||
|
||||
// @ts-ingore
|
||||
export default function createProxyTable(target?: string) {
|
||||
|
||||
+2
-1
@@ -4,7 +4,8 @@ export default [
|
||||
key: 'dashboard',
|
||||
layout: false,
|
||||
icon: 'home',
|
||||
redirect: '/dashboard'
|
||||
redirect: '/dashboard',
|
||||
access: 'canLogin'
|
||||
},
|
||||
{
|
||||
name: 'Dashboard',
|
||||
|
||||
Reference in New Issue
Block a user