mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
temporarily log request data
This commit is contained in:
parent
89590d5a3d
commit
f8309ca3c1
|
|
@ -133,6 +133,8 @@ export const processRoute = async (
|
||||||
return null;
|
return null;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log(parsedRequest);
|
||||||
|
|
||||||
if (!parsedRequest) {
|
if (!parsedRequest) {
|
||||||
return errorResponse(
|
return errorResponse(
|
||||||
"The request could not be parsed, it may be malformed",
|
"The request could not be parsed, it may be malformed",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue