Skip to content

Commit

Permalink
fix: Deactivate open data
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Feb 20, 2024
1 parent 6944f10 commit 79154e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
end

mount LetterOpenerWeb::Engine, at: "/letter_opener" if Rails.env.development? || ENV.fetch("ENABLE_LETTER_OPENER", "0") == "1"
get "/open-data/download", to: redirect("/404")

mount Decidim::Core::Engine => "/"
# mount Decidim::Map::Engine => '/map'
Expand Down

0 comments on commit 79154e4

Please sign in to comment.