Fix authorized route false flag
This commit is contained in:
parent
2d88e42cab
commit
cc184a86c8
2 changed files with 1 additions and 3 deletions
|
|
@ -29,8 +29,6 @@ export function setCacheControl(
|
|||
) {
|
||||
const user = UserService.Instance;
|
||||
let caching: string;
|
||||
console.log("In middleware");
|
||||
console.log(process.env.NODE_ENV);
|
||||
|
||||
if (
|
||||
process.env.NODE_ENV === "production" &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue