From f740c3bbecf259f799cae7742a96ca9136d7b857 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 31 Oct 2010 11:38:34 +0100 Subject: [PATCH] convert cookbook index page to template --- angular-server.pl | 2 ++ public/Cookbook/index.html => templates/Cookbook.html.ep | 0 2 files changed, 2 insertions(+) rename public/Cookbook/index.html => templates/Cookbook.html.ep (100%) diff --git a/angular-server.pl b/angular-server.pl index 6df0cbe..f90740e 100755 --- a/angular-server.pl +++ b/angular-server.pl @@ -100,6 +100,8 @@ get '/demo/:groovy' => sub { $self->render(text => $self->param('groovy'), layout => 'funky'); }; +get '/Cookbook' => 'Cookbook'; + app->start; __DATA__ diff --git a/public/Cookbook/index.html b/templates/Cookbook.html.ep similarity index 100% rename from public/Cookbook/index.html rename to templates/Cookbook.html.ep -- 2.20.1