Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnh-n299 committed Aug 7, 2024
1 parent 534fdd7 commit 0941b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udagram-api-user/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import {V0_USER_MODELS} from './controllers/v0/model.index';

// Start the Server
app.listen( port, () => {
console.log( `server running ${config.url}` );
console.log( `server is running ${config.url}` );
console.log( `press CTRL+C to stop server` );
} );
})();

0 comments on commit 0941b3b

Please sign in to comment.