diff --git a/wordle-life.cgi b/wordle-life.cgi index 28ed5d2..43d280d 100755 --- a/wordle-life.cgi +++ b/wordle-life.cgi @@ -10,7 +10,11 @@ use Mojo::Loader 'data_section'; #use Routes::Tiny; #don't even need use Readonly; - my $ORIGIN_PAGE = "/wordle-life-f.cgi"; +#=== +# MAKE SURE ORIGIN PAGE MATCHES FILENAME (especially if you are testing changes)! +# +#=== + my $ORIGIN_PAGE = "/wordle-life.cgi"; my $defaulttext = "Paste your wordle share here"; cgi {