mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 05:30:44 +08:00
6 lines
151 B
Ruby
6 lines
151 B
Ruby
# frozen_string_literal: true
|
|
|
|
Styleguide::Engine.routes.draw do
|
|
get "/" => "styleguide#index"
|
|
get "/:category/:section" => "styleguide#index"
|
|
end
|