Skip to content

Commit

Permalink
✔ 404 Token ~
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Nov 15, 2023
1 parent 7bcb1c8 commit 8662e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"./node_modules/viewerjs/dist/viewer.min.js"
],
"allowedCommonJsDependencies": [
"@nestjs/ng-universal/dist/tokens",
"@videojs/xhr",
"buffer/",
"crypto-js",
Expand Down
3 changes: 2 additions & 1 deletion src/app/_shared/services/server-response.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { RESPONSE } from '@nguniversal/express-engine/tokens';
import { Inject, Injectable, Optional } from '@angular/core';
import { RESPONSE } from '@nestjs/ng-universal/dist/tokens';

import { Response } from 'express';

import { GlobalService } from './global.service';
Expand Down

0 comments on commit 8662e1a

Please sign in to comment.