Skip to content

Commit

Permalink
Paths start with a leading slash.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Feb 13, 2012
1 parent ae2db8f commit 9d737a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/lib/WRE/WebguiDemo.pm
Expand Up @@ -41,7 +41,7 @@ sub call {
$app->call($env);
}
# Extras can be served from nginx
elsif ($r->uri->path eq "create") {
elsif ($r->uri->path eq "/create") {
$response = $self->create_demo();
}
else {
Expand Down

0 comments on commit 9d737a7

Please sign in to comment.