Skip to content

Commit 640d5ff

Browse files
committed
refactor(server:express): rm unused cors import
1 parent e7dbce1 commit 640d5ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: templates/app/server/config/express.js

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import shrinkRay from 'shrink-ray';
1111
import bodyParser from 'body-parser';
1212
import methodOverride from 'method-override';
1313
import cookieParser from 'cookie-parser';
14-
import cors from 'cors';
1514
import errorHandler from 'errorhandler';
1615
import path from 'path';
1716
<%_ if(!filters.noModels) { -%>

0 commit comments

Comments
 (0)