mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-03 06:36:23 +08:00
7 lines
238 B
Ruby
7 lines
238 B
Ruby
# frozen_string_literal: true
|
|
|
|
DiscourseNarrativeBot::Engine.routes.draw do
|
|
get "/certificate" => "certificates#generate", :format => :svg
|
|
end
|
|
|
|
Discourse::Application.routes.draw { mount DiscourseNarrativeBot::Engine, at: "/discobot" }
|