0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
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
Vendored

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