formatting

This commit is contained in:
proddy
2024-12-16 21:44:14 +01:00
parent 3558591480
commit 150695c185
3 changed files with 6 additions and 5 deletions

View File

@@ -4938,7 +4938,7 @@ router
export default {
port: 3080,
fetch: router.fetch,
fetch: router.fetch
// missing: () => error(404, 'Error, endpoint not found'),
// finally: [logger]
};