mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-14 16:26:32 +01:00
Add a help page with link to the user manual and other sources
This commit is contained in:
parent
5be552a71f
commit
cf5751cdce
5 changed files with 20 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ Rails.application.routes.draw do
|
|||
get 'data/xml_export' => 'data#xml_export'
|
||||
get 'data/csv_actions' => 'data#csv_actions'
|
||||
|
||||
get 'help' => "integrations#help"
|
||||
get 'integrations' => "integrations#index"
|
||||
get 'integrations/rest_api' => "integrations#rest_api", :as => 'rest_api_docs'
|
||||
post 'integrations/cloudmailin' => 'integrations#cloudmailin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue