From 7eedefa0c9768a97c0fe45b8e4436432f47490b2 Mon Sep 17 00:00:00 2001 From: Reginald Date: Tue, 20 Dec 2022 01:17:04 +0100 Subject: [PATCH] Update app.ts --- backend/src/app.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/app.ts b/backend/src/app.ts index fa11b5f1c0..633a1d774d 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