Icons, Footer, Stundenformel
This commit is contained in:
@@ -14,6 +14,7 @@ checkinApp.set('views', path.join(__dirname, 'views'));
|
||||
|
||||
// Middleware für Check-in-Server
|
||||
checkinApp.use(express.json());
|
||||
checkinApp.use(express.static('public'));
|
||||
|
||||
/** Erkennt Browser-Aufruf: Accept-Header enthält text/html (z. B. beim Aufruf per QR/Link im Browser). */
|
||||
function wantsHtml(req) {
|
||||
|
||||
Reference in New Issue
Block a user