Forgot to update file name from -x

This commit is contained in:
peteyboy 2022-04-20 06:23:07 +00:00
parent 15313e924f
commit bc43519cf9
1 changed files with 1 additions and 1 deletions

View File

@ -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";