Skip to content

Commit

Permalink
Skip memo last path on terms of service
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoppyd committed May 14, 2024
1 parent 35a8c73 commit d164b79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/static_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
class StaticController < ApplicationController
include EventRouting

skip_before_action :set_last_path, only: :terms_of_service

def index
redirect_to '/2024'
end
Expand Down

0 comments on commit d164b79

Please sign in to comment.