From 55bb4c17fc64b4afd526083b05793a8865912f1e Mon Sep 17 00:00:00 2001 From: cyber-dream Date: Wed, 24 May 2023 02:09:02 +0300 Subject: [PATCH] Select admin finder template for private route --- apps/finder/routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/finder/routes.go b/apps/finder/routes.go index 15a79c8..8534f21 100644 --- a/apps/finder/routes.go +++ b/apps/finder/routes.go @@ -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) {