Skip to content

Commit 6986c8b

Browse files
committed
allow account service to resend otp
1 parent c41f3d0 commit 6986c8b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cmd/deskconn-router/main.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ func main() {
139139
MatchPolicy: "exact",
140140
AllowCall: true,
141141
},
142+
{
143+
URI: "io.xconn.deskconn.account.otp.resend",
144+
MatchPolicy: "exact",
145+
AllowCall: true,
146+
},
142147
},
143148
},
144149
{

0 commit comments

Comments
 (0)