mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-18 21:54:48 +08:00
7 lines
162 B
Ruby
Vendored
7 lines
162 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
DiscourseTemplates::Engine.routes.draw do
|
|
resources :templates, path: "/", only: [:index] do
|
|
member { post "use" }
|
|
end
|
|
end
|