Skip to content

Commit

Permalink
hotfix: deactivate open data
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois authored and moustachu committed Feb 15, 2024
1 parent 2b6ff4a commit 46dc7c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
mount Sidekiq::Web => "/sidekiq"
end

get "/open-data/download", to: redirect("/404")
post "/open-data/download", to: redirect("/404")
mount LetterOpenerWeb::Engine, at: "/letter_opener" if Rails.env.development?

mount Decidim::Core::Engine => "/"
Expand Down

0 comments on commit 46dc7c0

Please sign in to comment.