Skip to content

Commit d8e73ee

Browse files
Merge pull request #279 from VikramNagwal/staging
2 parents 773e8b8 + 61209f4 commit d8e73ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/OpenSignServer/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +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-
app.get('/test', function (req, res) {
176-
res.sendFile(path.join(__dirname, '/public/test.html'));
177-
});
178-
179173
if (!process.env.TESTING) {
180174
const port = process.env.PORT || 8080;
181175
const httpServer = http.createServer(app);

0 commit comments

Comments
 (0)