From e454be2fb3bc17463712787fe5a9a57f08ba863e Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sat, 7 Apr 2018 22:11:36 -0400 Subject: other routes --- Bugzilla/Quantum.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla') 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 -- cgit v1.2.3-24-g4f1b