This commit is contained in:
Reginald
2022-12-20 20:39:55 +01:00
committed by GitHub
parent 83c3745045
commit 4aaa01fb0e

View File

@ -72,5 +72,3 @@ app.use('/api/v1/integration-auth', integrationAuthRouter);
export const server = app.listen(PORT, () => {
console.log(`Listening on PORT ${[PORT]}`);
});
// test change, remove me