Update app.ts

This commit is contained in:
Reginald
2022-12-20 01:17:04 +01:00
committed by GitHub
parent 113ec55681
commit 7eedefa0c9

View File

@@ -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