From c1c5cd9f0e78f21cc00b88c684db99704532b059 Mon Sep 17 00:00:00 2001 From: dodonki1223 Date: Wed, 16 Mar 2022 07:05:25 +0900 Subject: [PATCH] improve Dynamodb Local started message --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index bccf8c4..d9a6987 100644 --- a/index.js +++ b/index.js @@ -27,7 +27,7 @@ var dynamodb = { console.log('DynamoDB Local failed to start with code', code); } }); - console.log('Dynamodb Local Started, Visit: http://localhost:' + (options.port || config.start.port) + '/shell'); + console.log('Dynamodb Local Started: http://localhost:' + (options.port || config.start.port)); }, stop: function(port) { if (dbInstances[port]) {