There was an error while loading. Please reload this page.
2 parents 274bed1 + c735f5c commit 7f2ce7bCopy full SHA for 7f2ce7b
1 file changed
cmd/deskconn-router/main.go
@@ -144,6 +144,16 @@ func main() {
144
MatchPolicy: "exact",
145
AllowCall: true,
146
},
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
155
156
157
158
159
{
0 commit comments