bug fixes

This commit is contained in:
2025-11-28 13:12:42 +01:00
parent 2b29beeeb5
commit df1b9a5edd
4 changed files with 70 additions and 25 deletions

View File

@@ -23,8 +23,8 @@ fastify.register(require('@fastify/static'), {
});
fastify.register(require('@fastify/static'), {
root: path.join(__dirname, 'src'),
prefix: '/src/',
root: path.join(__dirname, 'src', 'scripts'),
prefix: '/src/scripts/',
decorateReply: false
});