mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
More logging!
This commit is contained in:
parent
f94fffd434
commit
047dda076b
|
|
@ -80,6 +80,8 @@ export const processRoute = async (
|
|||
return response();
|
||||
}
|
||||
|
||||
console.log(matchedRoute);
|
||||
|
||||
const route: APIRouteExports | null = await import(
|
||||
matchedRoute.filePath
|
||||
).catch(() => null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue