Petar Markov

Results 2 issues of Petar Markov

When used in NextJS's API Handlers ``` import { type NextApiRequest, type NextApiResponse } from "next"; import { pteroAdmin } from "~/server/pterodactyl"; const handler = async (req: NextApiRequest, res: NextApiResponse)...

bug

The NestManager uses fetch() to list all if the id is empty rather than relying on fetchAll like the rest of the Managers to my knowledge.

bug
good first issue