Files
euchre_camp/config/routes.rb
T
2024-09-06 12:59:40 -07:00

8 lines
182 B
Ruby

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