Add a route for the admin page

master
Daniel Berteaud 10 years ago
parent e5f25a93c9
commit 85cd946587
  1. 3
      public/vroom.pl

@ -708,6 +708,9 @@ get '/about' => sub {
# Route for the help page # Route for the help page
get '/help' => 'help'; get '/help' => 'help';
# Route for the admin page
get 'admin' => 'admin';
# Routes for feedback. One get to display the form # Routes for feedback. One get to display the form
# and one post to get data from it # and one post to get data from it
get '/feedback' => 'feedback'; get '/feedback' => 'feedback';

Loading…
Cancel
Save