Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pagoru committed Dec 15, 2024
1 parent e534c70 commit 8102ce4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { RequestKind } from "shared/enums/request.enums.ts";
export const pingGetRequest: RequestType = {
method: RequestMethod.PATCH,
pathname: "/ping",
kind: RequestKind.ACCOUNT,
kind: RequestKind.CONNECTION,
func: async (request: Request, url: URL) => {
const connectionId = url.searchParams.get("connectionId");
if (!connectionId) return getResponse(HttpStatusCode.FORBIDDEN);
Expand Down

0 comments on commit 8102ce4

Please sign in to comment.