Skip to content

Commit

Permalink
test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna committed Nov 14, 2024
1 parent 0dae126 commit 7dc33a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ app.use(express.urlencoded({ extended: true })); // для обробки form-d
// Налаштування статичних файлів
app.use('/css', express.static(path.join(__dirname, '../css')));
app.use('/assets/css', express.static(path.join(__dirname, '../assets/css')));
app.use('/assets', express.static(path.join(__dirname, '../assets')));

app.use('/img', express.static(path.join(__dirname, '../img')));
app.use('/js', express.static(path.join(__dirname, '../js')));
Expand Down

0 comments on commit 7dc33a5

Please sign in to comment.