Skip to content

Commit

Permalink
refactor(server:express): rm unused cors import
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Apr 30, 2017
1 parent e7dbce1 commit 640d5ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/app/server/config/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import shrinkRay from 'shrink-ray';
import bodyParser from 'body-parser';
import methodOverride from 'method-override';
import cookieParser from 'cookie-parser';
import cors from 'cors';
import errorHandler from 'errorhandler';
import path from 'path';
<%_ if(!filters.noModels) { -%>
Expand Down

0 comments on commit 640d5ff

Please sign in to comment.