mirror of
https://github.com/ChaosChemnitz/interfug16
synced 2025-07-08 15:56:06 +02:00
first commit
This commit is contained in:
commit
e0f91d6fd5
12 changed files with 204 additions and 0 deletions
12
routes/index.js
Normal file
12
routes/index.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
'use strict';
|
||||
|
||||
var express = require('express');
|
||||
var router = express.Router();
|
||||
|
||||
router.get('/', function(req, res) {
|
||||
res.render('index', {
|
||||
title: 'Interfug16'
|
||||
});
|
||||
});
|
||||
|
||||
module.exports = router;
|
Loading…
Add table
Add a link
Reference in a new issue