1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

Fix comment

This commit is contained in:
Jan Oberhauser 2022-01-03 07:57:11 +01:00
parent e0fc1b4646
commit 5766159526

View File

@ -610,7 +610,7 @@ class App {
next();
});
// Does very basic health check
// Install new credentials/nodes from npm
this.app.post(
`/${this.restEndpoint}/node`,
ResponseHelper.send(async (req: express.Request, res: express.Response) => {