Skip to content

Commit

Permalink
Request www.smogon, not smogon.com
Browse files Browse the repository at this point in the history
  • Loading branch information
mia-pi-git committed Oct 22, 2024
1 parent ccea2db commit eef3515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export const actions: {[k: string]: QueryHandler} = {
reqs: {required: reqs, actual: userData},
suspectStartDate: suspects[formatid].startDate,
});
void fetch("https://smogon.com/tools/api/suspect-verify", {
void fetch("https://www.smogon.com/tools/api/suspect-verify", {
method: 'POST',
body: new URLSearchParams({
data,
Expand Down

0 comments on commit eef3515

Please sign in to comment.