“Statischer Ordner Express” Code-Antworten

Statischer Ordner Express

// dependencies
const path = require('path');

// set static folder
app.set(express.static(path.join(__dirname, 'public')));
Mehedi Islam Ripon

app.use öffentlich

app.use(express.static('public'))
app.use(express.static('files'))
Testy Tamarin

Ähnliche Antworten wie “Statischer Ordner Express”

Fragen ähnlich wie “Statischer Ordner Express”

Weitere verwandte Antworten zu “Statischer Ordner Express” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen