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

View File

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