File tree Expand file tree Collapse file tree
examples_new/microservices Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const start = async () => {
2525 }
2626
2727 app . listen ( PORT , async ( ) => {
28- console . log ( `💥 App listening on ${ PORT } ` ) ;
28+ console . log ( `💥 Auth listening on ${ PORT } ` ) ;
2929 } ) ;
3030} ;
3131
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { app } from './app';
22
33const start = ( ) => {
44 app . listen ( 3005 , ( ) => {
5- console . log ( '💥 App listening on port 3005' ) ;
5+ console . log ( '💥 Event-bus listening on port 3005' ) ;
66 } ) ;
77} ;
88
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const start = async () => {
2222 }
2323
2424 app . listen ( PORT , async ( ) => {
25- console . log ( `💥 App listening on ${ PORT } ` ) ;
25+ console . log ( `💥 Inventory listening on ${ PORT } ` ) ;
2626 } ) ;
2727} ;
2828
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const start = async () => {
2222 }
2323
2424 app . listen ( PORT , async ( ) => {
25- console . log ( `App listening on ${ PORT } ` ) ;
25+ console . log ( `Items listening on ${ PORT } ` ) ;
2626 } ) ;
2727} ;
2828
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const start = async () => {
2121 }
2222
2323 app . listen ( PORT , async ( ) => {
24- console . log ( `💥 App listening on ${ PORT } ` ) ;
24+ console . log ( `💥 Orders listening on ${ PORT } ` ) ;
2525 } ) ;
2626} ;
2727
You can’t perform that action at this time.
0 commit comments