Skip to content

Commit

Permalink
Properly define txn endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
hexfusion committed Jun 11, 2017
1 parent 6e6c062 commit f83fd49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Net/Etcd/KV/Txn.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ a single call to MultiOp. A MultiOp is applied atomically and consists of three
=head2 endpoint
/v3alpha/kv/txn
=cut

has endpoint => (
is => 'ro',
isa => Str,
default => '/v3alpha/kv/txn'
default => '/kv/txn'
);

=head2 compare
Expand Down

0 comments on commit f83fd49

Please sign in to comment.