mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-31 23:32:26 -05:00
S4DSAuth node added. Some other nodes deleted
This commit is contained in:
parent
21f7bc4eae
commit
392231e695
16 changed files with 4910 additions and 222 deletions
11
index.js
11
index.js
|
|
@ -0,0 +1,11 @@
|
|||
const { S4DSAuth } = require('./dist/nodes/S4DSAuth/S4DSAuth.node.js');
|
||||
const { S4DSExample } = require('./dist/nodes/S4DSExample/S4DSExample.node.js');
|
||||
const { HttpBin } = require('./dist/nodes/HttpBin/HttpBin.node.js');
|
||||
|
||||
const { S4DSApi } = require('./dist/credentials/S4DSApi.credentials.js');
|
||||
const { HttpBinApi } = require('./dist/credentials/HttpBinApi.credentials.js');
|
||||
|
||||
module.exports = {
|
||||
nodes: [S4DSAuth, S4DSExample, HttpBin],
|
||||
credentials: [S4DSApi, HttpBinApi],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue