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