We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2db8f commit 9d737a7Copy full SHA for 9d737a7
wre/lib/WRE/WebguiDemo.pm
@@ -41,7 +41,7 @@ sub call {
41
$app->call($env);
42
}
43
# Extras can be served from nginx
44
- elsif ($r->uri->path eq "create") {
+ elsif ($r->uri->path eq "/create") {
45
$response = $self->create_demo();
46
47
else {
0 commit comments