Files
by/config/routes.rb
2026-03-02 23:49:35 +05:00

8 lines
190 B
Ruby

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