mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-24 13:56:39 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -5,7 +5,7 @@ import HttpCode from "@server/types/HttpCode";
|
||||
export function notFoundMiddleware(
|
||||
req: Request,
|
||||
res: Response,
|
||||
next: NextFunction,
|
||||
next: NextFunction
|
||||
) {
|
||||
if (req.path.startsWith("/api")) {
|
||||
const message = `The requests url is not found - ${req.originalUrl}`;
|
||||
|
||||
Reference in New Issue
Block a user