Commit 8a6112e
authored
Update part3c.md
In the .env file - MONGODB_URL="mon...".
In the models/note.js file and further - const url = process.env.MONGODB_URI. Since MONGODB_URL was used only at the beginning, and MONGODB_URI is also in the repository, I replaced MONGODB_URL with MONGODB_URI1 parent 6b66a5c commit 8a6112e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
0 commit comments