fix issues

This commit is contained in:
yanghao05
2023-02-01 18:50:59 +08:00
parent 5dd54b923d
commit 384677f071
9 changed files with 89 additions and 39 deletions

View File

@@ -20,7 +20,7 @@ func init() {
log.Fatal(err)
}
if err := container.Container.Provide(controller.NewController); err != nil {
if err := container.Container.Provide(controller.NewCaptchaController); err != nil {
log.Fatal(err)
}