Deleting all apps apart from those used in Ch1 and Ch2 labs
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
var express = require('express');
|
||||
app = express();
|
||||
|
||||
app.get('/', function (req, res) {
|
||||
res.send('Simple app for the Building Applications Lab!\n');
|
||||
});
|
||||
|
||||
app.listen(8080, function () {
|
||||
console.log('Simple app for the Building Applications Lab!');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user