oneuptime/Alert/Index.ts
Simon Larsen 354def3883
fix lint.
2022-05-31 14:57:15 +01:00

6 lines
153 B
TypeScript

import Express, { ExpressApplication } from 'CommonServer/Utils/Express';
const app: ExpressApplication = Express.getExpressApp();
export default app;