diff --git a/apps/finder/routes.go b/apps/finder/routes.go index 2da8522..b34413e 100644 --- a/apps/finder/routes.go +++ b/apps/finder/routes.go @@ -21,9 +21,11 @@ func (f *FinderApplication) PublicRoutes(routes *gin.RouterGroup) { ctx.HTML(http.StatusOK, "finder/app.tmpl", f.Render(appCtx)) }) + //Obsolete routes.GET("renderMobileDesktop", func(ctx *gin.Context) { ctx.HTML(http.StatusOK, "finder/mobile-desktop.tmpl", gin.H{}) }) + routes.POST("renderDesktop", func(ctx *gin.Context) { path := ctx.Query("path") if path == "" {