diff --git a/server.js b/server.js index 0fcbc0e..98dd5d9 100644 --- a/server.js +++ b/server.js @@ -4,6 +4,7 @@ const cors = require('cors'); const path = require('path') const history = require('connect-history-api-fallback'); + const app = express(); const port = 3009; app.use(express.static(path.resolve(__dirname, './AWS-APP'), { maxAge : '1y', etag: false}));