discourse/plugins/discourse-hcaptcha/config/routes.rb
2025-07-15 16:38:05 +02:00

5 lines
199 B
Ruby

# frozen_string_literal: true
Discourse::Application.routes.draw { mount ::DiscourseHcaptcha::Engine, at: "hcaptcha" }
DiscourseHcaptcha::Engine.routes.draw { post "/create" => "hcaptcha#create" }