Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAishwarya Subramanian <asubramanian@gitlab.com>2019-09-11 19:02:11 +0300
committerJames Lopez <james@gitlab.com>2019-09-11 19:02:11 +0300
commit54b51d956e6fd1439f303f233da167d62ce2e50a (patch)
treeb4d3d8f85518da9c780a029b221b9aa2a0aa4391 /config/routes.rb
parent3ffdae92b3575960e21515e7646a6f906e9ac1e0 (diff)
Back port changes for country list Api
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index a622ce268da..7d091576e8f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -112,6 +112,7 @@ Rails.application.routes.draw do
draw :jira_connect
draw :username
draw :trial_registration
+ draw :country
end
Gitlab.ee do