discourse/plugins/discourse-hcaptcha/config/routes.rb
Jarek Radosz e372355fd0
DEV: Clean up scope resolution operators in plugins (#34979)
Co-authored-by: Loïc Guitaut <loic@discourse.org>
2025-09-30 14:36:34 +02:00

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" }