Skip to content

Commit

Permalink
Add route for export repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Dec 11, 2019
1 parent 75704fa commit d819e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@

# Reporting
get 'export/organizations', :to => 'export#organizations', defaults: { format: :csv }
get 'export/repositories', :to => 'export#repositories', defaults: { format: :csv }
get 'export/contacts', :to => 'export#contacts', defaults: { format: :csv }


Expand Down

0 comments on commit d819e7d

Please sign in to comment.