1
Fork 0

typescript(multiplayer-backend): trying to add webhooks for discord

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-05-19 21:42:59 +03:00 committed by prescientmoon
parent 66e2ef3d4a
commit da0a55fd84
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -45,7 +45,6 @@ const loginHtml = (req: Request, res: Response) => {
} }
const sayHello = (req: Request, res: Response) => { const sayHello = (req: Request, res: Response) => {
res.send(` res.send(`
<form action="/auth" method=post> <form action="/auth" method=post>