mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2024-11-09 23:49:38 +00:00
Fixed community VS URL
This commit is contained in:
parent
0d94fd631d
commit
97fc89a34b
1 changed files with 1 additions and 1 deletions
2
index.ts
2
index.ts
|
@ -258,7 +258,7 @@ const server = createServer(async (req, res) => {
|
|||
|
||||
if (
|
||||
req.method == "GET" &&
|
||||
url.pathname == "communityvs/.png"
|
||||
url.pathname == "/communityvs.png"
|
||||
) {
|
||||
const opts = Object.fromEntries(
|
||||
Array.from(url.searchParams.entries())
|
||||
|
|
Loading…
Reference in a new issue