mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
import app from 'CommonServer/utils/StartServer';
|
|
|
|
app.use(['/data-ingestor/probe', '/probe'], require('./api/probe'));
|
|
|
|
export default app;
|