Skip to content

Commit c41f3d0

Browse files
Merge pull request #4 from xconnio/verify-account
allow accout service to verify account
2 parents 0b3f9e9 + a4d6e4c commit c41f3d0

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
@@ -134,6 +134,11 @@ func main() {
134134
MatchPolicy: "exact",
135135
AllowCall: true,
136136
},
137+
{
138+
URI: "io.xconn.deskconn.account.verify",
139+
MatchPolicy: "exact",
140+
AllowCall: true,
141+
},
137142
},
138143
},
139144
{

0 commit comments

Comments
 (0)