Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo comment when applying customizations #172

Closed
github-actions bot opened this issue Dec 13, 2023 · 1 comment
Closed

Undo comment when applying customizations #172

github-actions bot opened this issue Dec 13, 2023 · 1 comment

Comments

@github-actions
Copy link

get "/open-data/download", to: redirect("/404")

For details on the DSL available within this file, see http://guides\.rubyonrails\.org/routing\.html

# TODO: Undo comment when applying customizations

    mount Sidekiq::Web => "/sidekiq"
  end

  mount LetterOpenerWeb::Engine, at: "/letter_opener" if Rails.env.development? || ENV.fetch("ENABLE_LETTER_OPENER", "0") == "1"

  # TODO: Undo comment when applying customizations
  # get "/open-data/download", to: redirect("/404")

  mount Decidim::Core::Engine => "/"
end
@github-actions github-actions bot added the todo label Dec 13, 2023
Copy link
Author

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants