We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcfdf0 commit 242620cCopy full SHA for 242620c
config/routes.rb
@@ -1,9 +1,9 @@
1
# frozen_string_literal: true
2
3
CommunityCustomFields::Engine.routes.draw do
4
- put '/:topic_id' => 'custom_fields#update', as: 'custom_field'
+ put '/:topic_id' => 'custom_fields#update'
5
end
6
7
-Discourse::Application.routes.append do
+Discourse::Application.routes.draw do
8
mount ::CommunityCustomFields::Engine, at: '/admin/plugins/community-custom-fields'
9
0 commit comments