mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
@@ -12,7 +12,7 @@ const handle = async(input: { request: HttpRequest; response: HttpResponse }): P
|
||||
|
||||
class SimpleHttpHandler extends HttpHandler {
|
||||
public async canHandle(): Promise<void> {
|
||||
return undefined;
|
||||
// Supports all HttpRequests
|
||||
}
|
||||
|
||||
public async handle(input: { request: HttpRequest; response: HttpResponse }): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user