Update
This commit is contained in:
parent
ef42cd452e
commit
44470a03db
@ -10,7 +10,11 @@ use Mojo::Loader 'data_section';
|
|||||||
#use Routes::Tiny; #don't even need
|
#use Routes::Tiny; #don't even need
|
||||||
use Readonly;
|
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";
|
my $defaulttext = "Paste your wordle share here";
|
||||||
|
|
||||||
cgi {
|
cgi {
|
||||||
|
Loading…
Reference in New Issue
Block a user