mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-15 19:17:02 +02:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
import ClusterAdapter from './cluster';
|
|
|
|
export default ClusterAdapter.extend({
|
|
pathForType() {
|
|
return 'license/status';
|
|
},
|
|
});
|