diff --git a/src/proxy/index.ts b/src/proxy/index.ts index bd5ff0e10..041fab7ba 100644 --- a/src/proxy/index.ts +++ b/src/proxy/index.ts @@ -18,7 +18,10 @@ import express, { Express } from 'express'; import http from 'http'; import https from 'https'; import fs from 'fs'; + import { getRouter } from './routes'; +export * from './routes'; + import { getAuthorisedList, getPlugins,