Skip to content

Commit ccb9e82

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/types/supertest-7.2.0
2 parents b64bb09 + 9b54e7f commit ccb9e82

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/proxy/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ import express, { Express } from 'express';
1818
import http from 'http';
1919
import https from 'https';
2020
import fs from 'fs';
21+
2122
import { getRouter } from './routes';
23+
export * from './routes';
24+
2225
import {
2326
getAuthorisedList,
2427
getPlugins,

0 commit comments

Comments
 (0)