summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-03-14 12:40:20 +0100
committerAlex Legler <alex@a3li.li>2015-03-14 12:40:20 +0100
commite549efd9ed852e7405bb9c10347082ba709283f7 (patch)
tree1c32cd689e4a73cddad24b498792fd02a40d35b3
parentAdd /update API (diff)
downloadsecurity-e549efd9ed852e7405bb9c10347082ba709283f7.tar.gz
security-e549efd9ed852e7405bb9c10347082ba709283f7.tar.bz2
security-e549efd9ed852e7405bb9c10347082ba709283f7.zip
Serve /glsa and /glsa/
-rw-r--r--anzen.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/anzen.rb b/anzen.rb
index 132bcd7..4a361a6 100644
--- a/anzen.rb
+++ b/anzen.rb
@@ -23,7 +23,7 @@ GLSARepository.instance
BASE_URL = 'https://security.gentoo.org/'.freeze
-get '/glsa' do
+get '/glsa/?' do
@ids = GLSARepository.instance.get.keys.reverse
@nav = :glsa
erb :glsa