mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-10 11:40:01 +08:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
export default {
|
|
'/api/auth_routes': {
|
|
'/form/advanced-form': {
|
|
authority: ['admin', 'user'],
|
|
},
|
|
},
|
|
};
|