We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517daeb commit 5d81d1dCopy full SHA for 5d81d1d
index.js
@@ -4,7 +4,7 @@ const { generateRandomString } = require('./helper/functions');
4
const { sendJobToK8S } = require('./helper/k8s');
5
const dotenv = require('dotenv').config();
6
const app = express();
7
-const port = 4003;
+const port = 4001;
8
app.use(express.json());
9
10
const env = process.env;
0 commit comments