Skip to content

Commit

Permalink
use Dancer2
Browse files Browse the repository at this point in the history
  • Loading branch information
veryrusty committed Sep 8, 2016
1 parent 14bc7d4 commit 67e0f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/home.tt
Expand Up @@ -9,7 +9,7 @@
<pre class="prettyprint"> <pre class="prettyprint">
#!/usr/bin/perl #!/usr/bin/perl


use Dancer; use Dancer2;


get '/hi' => sub { get '/hi' => sub {
"Hello World!" "Hello World!"
Expand Down

0 comments on commit 67e0f14

Please sign in to comment.