From 8b5e26708eae05bc257890b9d6f95ae3b598ffc4 Mon Sep 17 00:00:00 2001 From: omkieit Date: Tue, 10 Sep 2024 20:08:47 +0530 Subject: [PATCH] done --- ef-api/index.js | 2 ++ ef-ui/dist/index.html | 16 ++++++++++++---- ef-ui/index.html | 16 ++++++++++++---- 3 files changed, 26 insertions(+), 8 deletions(-) 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 @@ - +