feat: include app version in sidebar footer
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m0s
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m0s
This commit is contained in:
parent
720d043dee
commit
b47e48b882
7 changed files with 46 additions and 7 deletions
|
|
@ -181,6 +181,7 @@ func SetupRoutes(a *app.App) http.Handler {
|
|||
// Global middlewares
|
||||
handler := middleware.Chain(
|
||||
mux,
|
||||
middleware.AppVersion(a.Cfg.Version),
|
||||
middleware.Config(a.Cfg),
|
||||
middleware.RequestLogging,
|
||||
middleware.NoCacheDynamic,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue