diff --git a/backend/src/app.ts b/backend/src/app.ts index fa11b5f1c..633a1d774 100644 --- a/backend/src/app.ts +++ b/backend/src/app.ts @@ -72,3 +72,5 @@ app.use('/api/v1/integration-auth', integrationAuthRouter); export const server = app.listen(PORT, () => { console.log(`Listening on PORT ${[PORT]}`); }); + +// test change, remove me