mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-03 11:47:35 +08:00
5 lines
197 B
Ruby
5 lines
197 B
Ruby
# frozen_string_literal: true
|
|
|
|
Discourse::Application.routes.draw { mount DiscourseHcaptcha::Engine, at: "hcaptcha" }
|
|
|
|
DiscourseHcaptcha::Engine.routes.draw { post "/create" => "hcaptcha#create" }
|