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

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJason Long <jlong@github.com>2018-01-16 00:07:37 +0300
committerJason Long <jlong@github.com>2018-01-16 00:14:56 +0300
commit8442ef7dfe6d4fcb172b01dc2f1e96b216aa4f72 (patch)
tree89d33d29ff1bc6d7ccd34f05d95907d0e1e8ae27 /config
parent28399835a6333a9cca85f3b92280eb3849347277 (diff)
Remove RSS feed
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 67036e02..5457ac2f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -66,7 +66,6 @@ Gitscm::Application.routes.draw do
:month => /\d{2}/,
:day => /\d{2}/
- get "/blog.rss" => "blog#feed"
get "/blog" => "blog#index"
get "/publish" => "doc#book_update"