fix: remove security line from readme

This commit is contained in:
moT01 2020-09-22 15:28:53 -05:00
parent df5b054306
commit d96c87fade

View File

@ -5,7 +5,6 @@ Project Issue Tracker
1) SET NODE_ENV to `test` without quotes and set DB to your mongo connection string in .env file 1) SET NODE_ENV to `test` without quotes and set DB to your mongo connection string in .env file
2) Complete the project in `routes/api.js` or by creating a handler/controller 2) Complete the project in `routes/api.js` or by creating a handler/controller
3) You will add any security features to `server.js` 3) You will create all of the functional tests in `tests/2_functional-tests.js`
4) You will create all of the functional tests in `tests/2_functional-tests.js`