diff options
author | Alex Legler <alex@a3li.li> | 2015-03-14 12:40:20 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-14 12:40:20 +0100 |
commit | e549efd9ed852e7405bb9c10347082ba709283f7 (patch) | |
tree | 1c32cd689e4a73cddad24b498792fd02a40d35b3 | |
parent | Add /update API (diff) | |
download | security-e549efd9ed852e7405bb9c10347082ba709283f7.tar.gz security-e549efd9ed852e7405bb9c10347082ba709283f7.tar.bz2 security-e549efd9ed852e7405bb9c10347082ba709283f7.zip |
Serve /glsa and /glsa/
-rw-r--r-- | anzen.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |