Merge pull request #14160 from hariharanep4/patch-1

modify yoda_notes to notes at line 85
This commit is contained in:
Usha Mandya 2022-01-31 09:53:18 +00:00 committed by GitHub
commit b32cd2997b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ $ docker run \
--network mongodb \
--name rest-server \
-p 8000:8000 \
-e CONNECTIONSTRING=mongodb://mongodb:27017/yoda_notes \
-e CONNECTIONSTRING=mongodb://mongodb:27017/notes \
node-docker
```