diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-04-12 10:56:41 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-04-12 10:56:41 +0100 |
commit | ca9b31f2e35f7ba962569e8b705a89b6dd139de3 (patch) | |
tree | f866ca22bafca5e2aa9561554e5f7c6896a545cf /perllib/FixMyStreet/App/Controller | |
parent | f7d5358114fb2ca776e5ace250d2c53f0e1c7d70 (diff) |
Start to move index.cgi into catalyst
Diffstat (limited to 'perllib/FixMyStreet/App/Controller')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Root.pm | 2 |
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 |