Dynamic Linking

Erstellt nun Dynamic links anstelle von normalen links
This commit is contained in:
Georg Reisinger
2019-03-25 19:30:22 +01:00
parent e9e746b044
commit 8aaefdc5e0
3 changed files with 33 additions and 8 deletions

View File

@ -16,7 +16,7 @@ app.set('view engine', 'ejs');
app.use(logger('dev'));
app.use(express.json());
app.use(express.urlencoded({
extended: false
extended: true
}));
app.use(express.static(path.join(__dirname, 'public')));