fix: .js toevoegen aan imports
This commit is contained in:
parent
7b317b28d1
commit
774adb6688
2 changed files with 13 additions and 12 deletions
|
@ -6,7 +6,7 @@ import * as express from 'express';
|
|||
import * as jwt from 'jsonwebtoken';
|
||||
import { AuthenticatedRequest } from './authenticated-request.js';
|
||||
import { AuthenticationInfo } from './authentication-info.js';
|
||||
import { ForbiddenException, UnauthorizedException } from '../../exceptions';
|
||||
import { ForbiddenException, UnauthorizedException } from '../../exceptions.js';
|
||||
|
||||
const JWKS_CACHE = true;
|
||||
const JWKS_RATE_LIMIT = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue