We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e730d commit 84aa598Copy full SHA for 84aa598
config/routes.rb
@@ -13,7 +13,11 @@
13
get "/charter_en" => "docs#show", id: 'charter_en'
14
resources :docs, only: %i(index show)
15
resources :spaces, only: %i(index)
16
- resources :stats, only: %i(show)
+
17
+ get "/stats" => "stats#show"
18
+ # TODO: Need to investigate why the following code calls Scrivito.
19
+ # Hotfix with the code above that works correctly.
20
+ #resources :stats, only: %i(show)
21
22
# Redirects
23
get "/releases/2016/12/12/new-backend", to: redirect('/news/2016/12/12/new-backend')
0 commit comments