Skip to content

Commit

Permalink
Add test commit for checking github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslan Mammadrzayev committed Jan 8, 2021
1 parent 696fccf commit f663c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const start = async () => {
}

app.listen(3000, () => {
console.log('Listening on port 3000');
console.log('Listening on port 3000!!');
});
}

Expand Down
2 changes: 1 addition & 1 deletion tickets/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const start = async () => {
}

app.listen(3000, () => {
console.log('Listening on port 3000');
console.log('Listening on port 3000!!');
});
}

Expand Down

0 comments on commit f663c6c

Please sign in to comment.