amida-tech / api-boilerplate

Node ES6 Express REST API boilerplate with Postgres Sequelize and Gulp
Apache License 2.0
153 stars 57 forks source link

feature/devops-310-update #4

Closed unprofessional closed 6 years ago

unprofessional commented 6 years ago

What's this PR do?

Related JIRA tickets:

How should this be manually tested?

Any background context you want to provide?

Screenshots (if appropriate):

unprofessional commented 6 years ago

I didn't like having to mutate a const (for the encryption config stuff), so I implemented a spread-operator refactor instead (which could come in handy as ES6 becomes more prevalent).

I think this is good for another pass.