Sha256: 16bcd1deb414c07c358868e473bfa1d2e9860bff7df850457bfbe3269df28ecf

Contents?: true

Size: 176 Bytes

Versions: 5

Compression:

Stored size: 176 Bytes

Contents

# frozen_string_literal: true

require "date"

Staticky.router.define do
  root to: Pages::Home
  match "404", to: Errors::NotFound
  match "500", to: Errors::ServiceError
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
staticky-0.3.1 site_template/config/routes.rb
staticky-0.3.0 site_template/config/routes.rb
staticky-0.2.0 site_template/config/routes.rb
staticky-0.1.1 site_template/config/routes.rb
staticky-0.1.0 site_template/config/routes.rb