diff --git a/wordle-life.cgi b/wordle-life.cgi index af8f8c2..11df89c 100755 --- a/wordle-life.cgi +++ b/wordle-life.cgi @@ -18,7 +18,7 @@ use experimental 'smartmatch'; # MAKE SURE ORIGIN PAGE MATCHES FILENAME (especially if you are testing changes)! # #=== - my $ORIGIN_PAGE = "/wordle-life-x.cgi"; + my $ORIGIN_PAGE = "/wordle-life.cgi"; my $defaulttext = "Paste your wordle share here (replace this text)"; my $PATH_PARAM = "path_info"; my $WORDLE_INPUT_PARAM = "wordle-result";