From c4507dd06bf40cf8abaec6d8cbf045138ca7c178 Mon Sep 17 00:00:00 2001 From: jeremyito07 Date: Fri, 15 Dec 2023 18:35:18 +0530 Subject: [PATCH 1/4] fix: removed "/test" route from application --- apps/OpenSignServer/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/OpenSignServer/index.js b/apps/OpenSignServer/index.js index 819940954..8d515416b 100644 --- a/apps/OpenSignServer/index.js +++ b/apps/OpenSignServer/index.js @@ -172,9 +172,6 @@ app.get('/', function (req, res) { // There will be a test page available on the /test path of your server url // Remove this before launching your app -app.get('/test', function (req, res) { - res.sendFile(path.join(__dirname, '/public/test.html')); -}); if (!process.env.TESTING) { const port = process.env.PORT || 8080; From 61209f4c6c10a274dc64482adf1c22567f9fbfe8 Mon Sep 17 00:00:00 2001 From: jeremyito07 Date: Sat, 16 Dec 2023 10:23:48 +0530 Subject: [PATCH 2/4] fix: Removed "/test" Route with comments --- apps/OpenSignServer/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/OpenSignServer/index.js b/apps/OpenSignServer/index.js index 8d515416b..f3367bebc 100644 --- a/apps/OpenSignServer/index.js +++ b/apps/OpenSignServer/index.js @@ -170,9 +170,6 @@ app.get('/', function (req, res) { res.status(200).send('open-sign-server is running !!!'); }); -// There will be a test page available on the /test path of your server url -// Remove this before launching your app - if (!process.env.TESTING) { const port = process.env.PORT || 8080; const httpServer = http.createServer(app); From 71fd7b20a605570970a04b2b63dcc3e414d36ac1 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 04:52:19 +0000 Subject: [PATCH 3/4] docs: update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 510848dd2..9c5d5b378 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,9 @@ We would like to thank all our contributors and users for their support and feed Govinda Kocharekar
Govinda Kocharekar

💻 Bilal Ahmad Bhat
Bilal Ahmad Bhat

💻 + + Vikram
Vikram

💻 + From 995a2a5cef2aeadf9b294031d66d8ba3e8b60897 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 04:52:20 +0000 Subject: [PATCH 4/4] docs: update .all-contributorsrc --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index aebf49231..c6fe8646b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -196,6 +196,15 @@ "contributions": [ "code" ] + }, + { + "login": "VikramNagwal", + "name": "Vikram", + "avatar_url": "https://avatars.githubusercontent.com/u/123088024?v=4", + "profile": "https://github.com/VikramNagwal", + "contributions": [ + "code" + ] } ] }