8 lines
190 B
Ruby
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
|