fix: typo

This commit is contained in:
手瓜一十雪
2025-01-26 13:29:47 +08:00
parent 84f0e43369
commit 6e261f30c2

View File

@@ -91,7 +91,7 @@ export class OB11HttpServerAdapter extends IOB11NetworkAdapter<HttpServerConfig>
}
if (req.path === '' || req.path === '/') {
const hello = OB11Response.ok({});
hello.message = 'NapCat4 Ss Running';
hello.message = 'NapCat4 Is Running';
return res.json(hello);
}
const actionName = req.path.split('/')[1];