This commit is contained in:
14
backend_v1/app/http/provider.manual.go
Executable file
14
backend_v1/app/http/provider.manual.go
Executable file
@@ -0,0 +1,14 @@
|
||||
package http
|
||||
|
||||
import (
|
||||
"quyun/v2/app/http/admin"
|
||||
|
||||
"go.ipao.vip/atom/container"
|
||||
)
|
||||
|
||||
func Providers() []container.ProviderContainer {
|
||||
return []container.ProviderContainer{
|
||||
{Provider: Provide},
|
||||
{Provider: admin.Provide},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user