diff --git a/ef-api/index.js b/ef-api/index.js index 995a3f9..ee93042 100644 --- a/ef-api/index.js +++ b/ef-api/index.js @@ -20,6 +20,8 @@ app.use(cors()); // origin: 'http://67.225.129.127:81', // Allow requests from your frontend // methods: 'GET,POST', // Specify allowed methods // })); +app.use(express.static('dist')); + app.use( session({ diff --git a/ef-ui/dist/index.html b/ef-ui/dist/index.html index 2c36f56..0517fbd 100644 --- a/ef-ui/dist/index.html +++ b/ef-ui/dist/index.html @@ -14,16 +14,24 @@ + + + + + - + - + - + + + + @@ -34,7 +42,7 @@ - + diff --git a/ef-ui/index.html b/ef-ui/index.html index df19d77..8f39d04 100644 --- a/ef-ui/index.html +++ b/ef-ui/index.html @@ -14,16 +14,24 @@ + + + + + - + - + - + + + + @@ -34,7 +42,7 @@ - +