routes.rb (222B)
1 # frozen_string_literal: true 2 3 MyPluginModule::Engine.routes.draw do 4 get "/examples" => "examples#index" 5 # define routes here 6 end 7 8 Discourse::Application.routes.draw { mount ::MyPluginModule::Engine, at: "my-plugin" }
discourse-calendar-webcalWebcal endpoint for the discourse-calendar plugin | |
| git clone git://archive.git.mtrnord.blog/MTRNord/discourse-calendar-webcal.git | |
| Log | Files | Refs | README | LICENSE |