Skip to content

Commit 5a9ccfd

Browse files
committed
新增文章
1 parent b3621b0 commit 5a9ccfd

File tree

4 files changed

+226
-40
lines changed

4 files changed

+226
-40
lines changed

.idea/workspace.xml

+88-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/images/house.png

83.5 KB
Loading

routes/emptyhouse.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ var router = express.Router();
55
router.get('/', function(req, res, next) {
66
res.sendfile('views/emptyhouse.html');
77
});
8-
8+
router.get('/test', function (req, res, next) {
9+
res.sendfile('views/index2.html')
10+
})
911
module.exports = router;

0 commit comments

Comments
 (0)