fixup: Server.js

This commit is contained in:
Philip H 2024-03-19 14:16:44 +01:00 committed by GitHub
parent 74f3e2f320
commit 5fbfb26937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ module.exports = class Server {
router
.get('/api/release', defineEventHandler((event) => {
setHeader(event, 'Content-Type', 'application/json');
return RELEASE;
}))