mirror of
https://github.com/wg-easy/wg-easy.git
synced 2025-10-05 15:47:18 +08:00
fixup: Server.js
This commit is contained in:
@@ -52,7 +52,6 @@ module.exports = class Server {
|
||||
router
|
||||
.get('/api/release', defineEventHandler((event) => {
|
||||
setHeader(event, 'Content-Type', 'application/json');
|
||||
|
||||
return RELEASE;
|
||||
}))
|
||||
|
||||
|
Reference in New Issue
Block a user