From 44470a03db7da03e72eb2c812e845d0b33aa6e05 Mon Sep 17 00:00:00 2001 From: peteyboy Date: Mon, 14 Feb 2022 07:27:14 +0000 Subject: [PATCH] Update --- wordle-life.cgi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {