Skip to content

Commit 7f2ce7b

Browse files
authored
Merge pull request #6 from xconnio/reset-password
allow accout service to reset password
2 parents 274bed1 + c735f5c commit 7f2ce7b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

cmd/deskconn-router/main.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@ func main() {
144144
MatchPolicy: "exact",
145145
AllowCall: true,
146146
},
147+
{
148+
URI: "io.xconn.deskconn.account.password.forget",
149+
MatchPolicy: "exact",
150+
AllowCall: true,
151+
},
152+
{
153+
URI: "io.xconn.deskconn.account.password.reset",
154+
MatchPolicy: "exact",
155+
AllowCall: true,
156+
},
147157
},
148158
},
149159
{

0 commit comments

Comments
 (0)