Skip to content

Commit c4507dd

Browse files
committed
fix: removed "/test" route from application
1 parent 773e8b8 commit c4507dd

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
@@ -172,9 +172,6 @@ app.get('/', function (req, res) {
172172

173173
// There will be a test page available on the /test path of your server url
174174
// Remove this before launching your app
175-
app.get('/test', function (req, res) {
176-
res.sendFile(path.join(__dirname, '/public/test.html'));
177-
});
178175

179176
if (!process.env.TESTING) {
180177
const port = process.env.PORT || 8080;

0 commit comments

Comments
 (0)