azken ukituak

This commit is contained in:
aitzol76 2021-04-07 12:27:05 +02:00
parent 6fcf8ad718
commit 6e2b726e69
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ const bodyParser= require('body-parser');
app.set('port', 8080);
app.use(express.static(path.join(__dirname, 'public')));
app.use('/images', express.static(path.join(__dirname, 'public/images')));
app.use(bodyParser.urlencoded({extended: true}));
app.use(bodyParser.json());