diff options
author | Marius Peter <marius.peter@tutanota.com> | 2024-12-31 19:31:37 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2024-12-31 19:31:37 +0100 |
commit | bcd73c5548666bae7fef57e7e22cb61126308259 (patch) | |
tree | 4a4e54709775344d1b9ffc49ae0689c8f1884d70 /config | |
parent | e03e7b2c3fd8d5bc97d9ca46594ec6dc689bce64 (diff) |
megaPush 😈
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb index 2f18da0..645f807 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -12,9 +12,13 @@ Rails.application.routes.draw do to: "code_of_honor#toggle", as: :toggle_code_of_honor - post '/dismiss_banner', - to: 'sessions#dismiss_banner', - as: :dismiss_banner + post '/accept_cookies', + to: 'sessions#accept_cookies', + as: :accept_cookies + + post '/gift_nico', + to: 'sessions#gift_nico', + as: :gift_nico resources :tartiflettes do get "scores/edit", |