diff options
Diffstat (limited to 'anzen.rb')
-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 |