mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 13:58:53 +08:00
5 lines
197 B
Ruby
Vendored
5 lines
197 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
Discourse::Application.routes.draw { mount DiscourseHcaptcha::Engine, at: "hcaptcha" }
|
|
|
|
DiscourseHcaptcha::Engine.routes.draw { post "/create" => "hcaptcha#create" }
|