Select admin finder template for private route
This commit is contained in:
parent
b975dd958a
commit
55bb4c17fc
@ -66,7 +66,7 @@ func (f *FinderApplication) PrivateRoutes(routes *gin.RouterGroup) {
|
||||
})
|
||||
return
|
||||
}
|
||||
ctx.HTML(http.StatusOK, "finder/app.tmpl", f.Render(appCtx))
|
||||
ctx.HTML(http.StatusOK, "finder/admin-app.tmpl", f.Render(appCtx))
|
||||
})
|
||||
|
||||
routes.GET("renderDesktop", func(ctx *gin.Context) {
|
||||
|
Loading…
Reference in New Issue
Block a user