20300: Add back /logout stub.
authorTom Clegg <tom@curii.com>
Fri, 29 Sep 2023 21:06:26 +0000 (17:06 -0400)
committerTom Clegg <tom@curii.com>
Fri, 29 Sep 2023 21:06:26 +0000 (17:06 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

services/api/app/controllers/user_sessions_controller.rb

index c2fc2e1a03908ab7222dcba48d80dd350886352d..0c67c9c9d8fdebb77cc1328ab3d0dce24391e4a2 100644 (file)
@@ -15,6 +15,10 @@ class UserSessionsController < ApplicationController
     return send_error "Legacy code path no longer supported", status: 404
   end
 
+  def logout
+    return send_error "Legacy code path no longer supported", status: 404
+  end
+
   # create a new session
   def create
     remote, return_to_url = params[:return_to].split(',', 2)