Files
by/config/routes.rb
2026-03-03 21:42:51 +05:00

8 lines
191 B
Ruby

# frozen_string_literal: true
module ClashDeckGenerator2
class Routes < Hanami::Routes
# Add your routes here. See https://guides.hanamirb.org/routing/overview/ for details.
end
end