File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import users from './users';
77import healthcheck from './healthcheck' ;
88import config from './config' ;
99import { jwtAuthHandler } from '../passport/jwtAuthHandler' ;
10- import Proxy from '../../proxy' ;
10+ import { Proxy } from '../../proxy' ;
1111
1212const routes = ( proxy : Proxy ) => {
1313 const router = express . Router ( ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { getProxyURL } from '../urls';
55import { getAllProxiedHosts } from '../../db' ;
66import { RepoQuery } from '../../db/types' ;
77import { isAdminUser } from './utils' ;
8- import Proxy from '../../proxy' ;
8+ import { Proxy } from '../../proxy' ;
99
1010// create a reference to the proxy service as arrow functions will lose track of the `proxy` parameter
1111// used to restart the proxy when a new host is added
You can’t perform that action at this time.
0 commit comments