nodejs express server img src
<img src="/logo.jpg" />
nodejs express server img src
<img src="/logo.jpg" />
app.use public
app.use(express.static('public'))
app.use(express.static('files'))
use static with expres
app.use(express.static('directoryName'))
#store the files in the directory as if you were making a website without express
nodejs express server img src
app.use(express.static(__dirname + '/images'));
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us