config/routes.rb in iqvoc-4.1.0 vs config/routes.rb in iqvoc-4.1.1
- old
+ new
@@ -1,8 +1,8 @@
# encoding: UTF-8
-# Copyright 2011 innoQ Deutschland GmbH
+# Copyright 2011-2013 innoQ Deutschland GmbH
#
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
@@ -39,10 +39,10 @@
post 'concepts/:origin/branch' => 'concepts/versions#branch', :as => 'concept_versions_branch'
post 'concepts/:origin/merge' => 'concepts/versions#merge', :as => 'concept_versions_merge'
post 'concepts/:origin/lock' => 'concepts/versions#lock', :as => 'concept_versions_lock'
post 'concepts/:origin/unlock' => 'concepts/versions#unlock', :as => 'concept_versions_unlock'
post 'concepts/:origin/to_review' => 'concepts/versions#to_review', :as => 'concept_versions_to_review'
- post 'concepts/:origin/consistency_check' => 'concepts/versions#consistency_check', :as => 'concept_versions_consistency_check'
+ get 'concepts/:origin/consistency_check' => 'concepts/versions#consistency_check', :as => 'concept_versions_consistency_check'
get 'alphabetical_concepts(/:prefix)' => 'concepts/alphabetical#index', :as => 'alphabetical_concepts'
get 'untranslated_concepts/:prefix' => 'concepts/untranslated#index', :as => 'untranslated_concepts'
get 'hierarchical_concepts' => 'concepts/hierarchical#index', :as => 'hierarchical_concepts'
get 'expired_concepts' => 'concepts/expired#index', :as => 'expired_concepts'