We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b64bb09 + 9b54e7f commit ccb9e82Copy full SHA for ccb9e82
1 file changed
src/proxy/index.ts
@@ -18,7 +18,10 @@ import express, { Express } from 'express';
18
import http from 'http';
19
import https from 'https';
20
import fs from 'fs';
21
+
22
import { getRouter } from './routes';
23
+export * from './routes';
24
25
import {
26
getAuthorisedList,
27
getPlugins,
0 commit comments