12519: Moved multisite search to its own URL
[arvados.git] / apps / workbench / app / controllers / collections_controller.rb
index 779d95c45b874d4fec157768e19013a1c68a0022..1a69f91496c5da988a96c90c28f4c0217beb7de5 100644 (file)
@@ -324,6 +324,11 @@ class CollectionsController < ApplicationController
     end
   end
 
+  def multisite
+    # Legacy URL, redirect to new one.
+    redirect_to multisite_path
+  end
+
   protected
 
   def find_usable_token(token_list)