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