From 66ff59a9152c9f7a343440bee09cdcc75bfb93c0 Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 9 Sep 2024 12:01:00 +1000 Subject: [PATCH] 0.46 More rewrite based on recent success with blocker. --- plugin.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.rb b/plugin.rb index a6fd50d..c7c2eae 100644 --- a/plugin.rb +++ b/plugin.rb @@ -4,7 +4,7 @@ # name: discourse-legacy_links # about: A plugin to handle legacy Gossamer Forums URLs -# version: 0.46 +# version: 0.47 # authors: saint@federated.computer # url: https://gitea.federated.computer/saint/discourse-legacy_links.git @@ -101,8 +101,8 @@ after_initialize do # Rails.logger.info("DiscourseLegacyLinks: initialistaion") DiscourseLegacyLinks::Engine.routes.draw do - get "/legacy" => "legacy_links#index" - get "/legacy/*path" => "legacy_links#index" + get "/forum" => "legacy_links#index" + get "/forum/*path" => "legacy_links#index" end Discourse::Application.routes.append do