diff --git a/public/vroom.pl b/public/vroom.pl index 2405349..f7837f3 100755 --- a/public/vroom.pl +++ b/public/vroom.pl @@ -708,6 +708,9 @@ get '/about' => sub { # Route for the help page get '/help' => 'help'; +# Route for the admin page +get 'admin' => 'admin'; + # Routes for feedback. One get to display the form # and one post to get data from it get '/feedback' => 'feedback';