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