mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Last log i promise
This commit is contained in:
parent
047dda076b
commit
4db9b1c544
|
|
@ -86,17 +86,7 @@ export const processRoute = async (
|
|||
matchedRoute.filePath
|
||||
).catch(() => null);
|
||||
|
||||
await dualLogger.log(
|
||||
LogLevel.DEBUG,
|
||||
"Server.RouteProcessor",
|
||||
JSON.stringify(matchedRoute),
|
||||
);
|
||||
|
||||
await dualLogger.log(
|
||||
LogLevel.DEBUG,
|
||||
"Server.RouteProcessor",
|
||||
JSON.stringify(route),
|
||||
);
|
||||
console.log(route);
|
||||
|
||||
if (!route) {
|
||||
return errorResponse("Route not found", 404);
|
||||
|
|
|
|||
Loading…
Reference in a new issue