This commit is contained in:
peteyboy 2022-02-14 07:27:14 +00:00
parent ef42cd452e
commit 44470a03db
1 changed files with 5 additions and 1 deletions

View File

@ -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 {