Select admin finder template for private route

This commit is contained in:
cyber-dream 2023-05-24 02:09:02 +03:00
parent b975dd958a
commit 55bb4c17fc

View File

@ -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) {