Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:toronto-perl-mongers/tpm-website…
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
Matt Phillips committed Nov 25, 2011
2 parents 2a5ea8c + 9c092a7 commit 531e89d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/TorontoPerlMongers.pm
Expand Up @@ -3,6 +3,13 @@ use Dancer ':syntax';

our $VERSION = '0.1';

get '/meetings/:meeting' {
}

get qr{/meetings/?} => sub {

};

get '/' => sub {
template 'index';
};
Expand Down

0 comments on commit 531e89d

Please sign in to comment.