This repository has been archived on 2020-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
counter/config/routes.rb

6 lines
88 B
Ruby

# frozen_string_literal: true
Rails.application.routes.draw do
root 'pages#home'
end