mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-16 20:49:50 +01:00
Add comment field that is shown on account hover. Update discord link
This commit is contained in:
@@ -47,6 +47,7 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
character,
|
||||
needsLogin: false,
|
||||
account: "-",
|
||||
comment: "",
|
||||
};
|
||||
res.json(token);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user