owaspsamm / dashboard-webapp

21 stars 8 forks source link

fix server npm imports case sensitivity #5

Closed sleightsec closed 1 year ago

sleightsec commented 2 years ago

fix #1

add missing modules to package.json (q & async) change server/router/*.js from require('Q') to require('q') so that symlinking is not necessary