Sign in
third-party-mirror
/
hashicorp
/
vault
/
207cf1a6dd87aaf17739c72eeeef099f0e1cbae6
/
.
/
v1.14.6
/
ui
/
app
/
adapters
/
raft-join.js
blob: 3d1de1c503f250eedac567f208b151439c0e563e [
file
] [
log
] [
blame
]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import
ApplicationAdapter
from
'./application'
;
export
default
ApplicationAdapter
.
extend
({
urlForCreateRecord
()
{
return
'/v1/sys/storage/raft/join'
;
},
});