mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
ci: api-extractor support for docs
This commit is contained in:
@@ -10,7 +10,8 @@ import type { RequestHandler } from '../util/util';
|
||||
|
||||
/**
|
||||
* Creates an HTTP handler used to forward requests to Discord
|
||||
* @param rest REST instance to use for the requests
|
||||
*
|
||||
* @param rest - REST instance to use for the requests
|
||||
*/
|
||||
export function proxyRequests(rest: REST): RequestHandler {
|
||||
return async (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user