mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
fix: removed "/test" route from application
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user