Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 90d9e38

Browse files
authored
Update app.go
Delete duplicate a.View
1 parent dbf8f87 commit 90d9e38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/app.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ func (a *App) init() error {
130130
a.Router.Options = a.options()
131131
a.Router.LoadRoutes(a.ConfigPath) // Load a routes file if available.
132132
a.Config = appConfig
133-
a.View = views
134133
a.isInit = true
135134

136135
// In case the StaticDir is specified in the Config file, register

0 commit comments

Comments
 (0)