Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
이은상 committed Dec 17, 2024
1 parent 289b769 commit 912c435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/3_middlewares_1_koa_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- 3_middlewares/*
- 3_middlewares/**
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion 3_middlewares/1_koa_js/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ app
// Start the server
const port = process.env.PORT || 3000;
app.listen(port, () => {
console.info(`Application is listening to port:${port}.`);
console.info(`Application is listening to port:${port}`);
});

0 comments on commit 912c435

Please sign in to comment.