typescript(multiplayer-backend): trying to add webhooks for discord
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
7f3b756378
commit
12c984b560
|
@ -44,6 +44,7 @@ const loginHtml = (req: Request, res: Response) => {
|
|||
`)
|
||||
}
|
||||
|
||||
|
||||
const sayHello = (req: Request, res: Response) => {
|
||||
res.send(`
|
||||
<form action="/auth" method=post>
|
||||
|
|
Loading…
Reference in a new issue