delete dead code

This commit is contained in:
0xngmi
2024-06-10 19:28:01 +01:00
parent 0998cc3ebd
commit e563f12551

View File

@@ -8,8 +8,6 @@ const webserver = new HyperExpress.Server()
const port = +(process.env.PORT ?? 5001)
// if (!process.env.API2_SUBPATH) throw new Error('Missing API2_SUBPATH env var')
async function main() {
console.time('Api Server init')
webserver.use((_req, res, next) => {