Skip to content

Commit 08745f6

Browse files
[DURACOM-344] remove import
1 parent 15b9c09 commit 08745f6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ import {
5858
REQUEST,
5959
RESPONSE,
6060
} from './src/express.tokens';
61-
import { getForbiddenRoute, getPageNotFoundRoute, getPageInternalServerErrorRoute } from "./src/app/app-routing-paths";
6261

6362
/*
6463
* Set path for the browser application's dist folder
@@ -411,7 +410,6 @@ function cacheCheck(req, res, next) {
411410
}
412411
}
413412

414-
415413
/**
416414
* Checks if the current request (i.e. page) is found in the given cache. If it is found,
417415
* the cached copy is returned. When found, this method also triggers a re-render via

0 commit comments

Comments
 (0)