From 6e2b726e692041942db2462da810288213bb234a Mon Sep 17 00:00:00 2001 From: aitzol76 Date: Wed, 7 Apr 2021 12:27:05 +0200 Subject: [PATCH] azken ukituak --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 23a9f35..be87b96 100644 --- a/index.js +++ b/index.js @@ -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());