Skip to content

Commit 61209f4

Browse files
committed
fix: Removed "/test" Route with comments
1 parent c4507dd commit 61209f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/OpenSignServer/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ app.get('/', function (req, res) {
170170
res.status(200).send('open-sign-server is running !!!');
171171
});
172172

173-
// There will be a test page available on the /test path of your server url
174-
// Remove this before launching your app
175-
176173
if (!process.env.TESTING) {
177174
const port = process.env.PORT || 8080;
178175
const httpServer = http.createServer(app);

0 commit comments

Comments
 (0)