Skip to content

Commit 9d737a7

Browse files
committedFeb 13, 2012
Paths start with a leading slash.
1 parent ae2db8f commit 9d737a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/lib/WRE/WebguiDemo.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sub call {
4141
$app->call($env);
4242
}
4343
# Extras can be served from nginx
44-
elsif ($r->uri->path eq "create") {
44+
elsif ($r->uri->path eq "/create") {
4545
$response = $self->create_demo();
4646
}
4747
else {

0 commit comments

Comments
 (0)
Please sign in to comment.