mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
import Express, { ExpressApplication } from 'CommonServer/Utils/Express';
|
|
|
|
const app: ExpressApplication = Express.getExpressApp();
|
|
|
|
export default app;
|