diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-04-08 04:11:36 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:41:55 +0200 |
commit | e454be2fb3bc17463712787fe5a9a57f08ba863e (patch) | |
tree | 62dc443c4332489775efda410ae63fdcef505431 /Bugzilla | |
parent | 541e2b41af8cc44ad3eb0638618bc457c666d612 (diff) | |
download | bugzilla-e454be2fb3bc17463712787fe5a9a57f08ba863e.tar.gz bugzilla-e454be2fb3bc17463712787fe5a9a57f08ba863e.tar.xz |
other routes
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Quantum.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Quantum.pm b/Bugzilla/Quantum.pm index 7da68e0ed..08b32c10a 100644 --- a/Bugzilla/Quantum.pm +++ b/Bugzilla/Quantum.pm @@ -20,6 +20,7 @@ sub startup { $r->any( '/' )->to('legacy#index_cgi'); $r->any( '/show_bug.cgi' )->to('legacy#show_bug'); + $r->any('/bug/:id')->to('legacy#show_bug'); } 1;
\ No newline at end of file |