fix: register super auth routes
This commit is contained in:
@@ -2,6 +2,7 @@ package http
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
super_v1 "quyun/v2/app/http/super/v1"
|
super_v1 "quyun/v2/app/http/super/v1"
|
||||||
|
super_v1_auth "quyun/v2/app/http/super/v1/auth"
|
||||||
v1 "quyun/v2/app/http/v1"
|
v1 "quyun/v2/app/http/v1"
|
||||||
v1_auth "quyun/v2/app/http/v1/auth"
|
v1_auth "quyun/v2/app/http/v1/auth"
|
||||||
|
|
||||||
@@ -13,5 +14,6 @@ func Providers() container.Providers {
|
|||||||
{Provider: v1.Provide},
|
{Provider: v1.Provide},
|
||||||
{Provider: v1_auth.Provide},
|
{Provider: v1_auth.Provide},
|
||||||
{Provider: super_v1.Provide},
|
{Provider: super_v1.Provide},
|
||||||
|
{Provider: super_v1_auth.Provide},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user