Skip to content

Commit b58f94a

Browse files
committed
Add api route for searching identity authentication in admin panel
1 parent 098de09 commit b58f94a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/api/v1/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,6 +1663,7 @@ func Routes() *web.Router {
16631663

16641664
m.Group("/admin", func() {
16651665
m.Group("/identity-auth", func() {
1666+
m.Get("", admin.SearchAuth)
16661667
m.Group("/oauth", func() {
16671668
m.Get("", admin.SearchOauthAuth)
16681669
m.Put("", bind(api.CreateAuthOauth2Option{}), admin.CreateOauthAuth)

0 commit comments

Comments
 (0)