Skip to content

Commit

Permalink
Merge pull request #8 from NiicoAdasme/developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
NiicoAdasme authored Nov 20, 2022
2 parents 9b453cb + 58666a5 commit ec7e8eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ app.use(fileUpload({
}))

// Directorio publico
app.use(express.static(path.join(__dirname, 'src', 'assets')));
app.use(express.static(`src/assets/audio`));

// Lectura y parseo del body
app.use(express.json());
Expand Down
Binary file added src/assets/audio/test.mp3
Binary file not shown.
Binary file added src/assets/pdf/test.pdf
Binary file not shown.

0 comments on commit ec7e8eb

Please sign in to comment.