aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Root.pm
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-12 10:56:41 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-12 10:56:41 +0100
commitca9b31f2e35f7ba962569e8b705a89b6dd139de3 (patch)
treef866ca22bafca5e2aa9561554e5f7c6896a545cf /perllib/FixMyStreet/App/Controller/Root.pm
parentf7d5358114fb2ca776e5ace250d2c53f0e1c7d70 (diff)
Start to move index.cgi into catalyst
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Root.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Root.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Root.pm b/perllib/FixMyStreet/App/Controller/Root.pm
index 2a25d4040..461105b68 100644
--- a/perllib/FixMyStreet/App/Controller/Root.pm
+++ b/perllib/FixMyStreet/App/Controller/Root.pm
@@ -37,7 +37,7 @@ sub auto : Private {
sub index : Path : Args(0) {
my ( $self, $c ) = @_;
- $c->res->body('index');
+
}
=head2 default