mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 19:47:03 -04:00
docs: consolidate docs (#2182)
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
8d46d7e39e
commit
ecffebc43c
307 changed files with 1474 additions and 487 deletions
|
@ -22,7 +22,7 @@ export enum HttpMethod {
|
|||
* @param res The response object.
|
||||
* @param response The response data that will be returned when the HTTP method was the expected one.
|
||||
* @param statusCode The status code with which the response will be sent.
|
||||
* @return true if the HTTP method of the request is the expected one, false otherwise.
|
||||
* @return {@link true} if the HTTP method of the request is the expected one, {@link false} otherwise.
|
||||
*/
|
||||
export const respondToMatchingRequest = <T>(
|
||||
method: HttpMethod,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue