Skip to content

Commit

Permalink
Merge pull request #2 from reginaldbondoc/reginaldbondoc-patch-1
Browse files Browse the repository at this point in the history
Update app.ts
  • Loading branch information
reginaldbondoc authored Dec 20, 2022
2 parents 113ec55 + 7eedefa commit be35da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be35da7

Please sign in to comment.