Skip to content

Commit 5d81d1d

Browse files
author
Hela Bot
committed
Added policy file
1 parent 517daeb commit 5d81d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { generateRandomString } = require('./helper/functions');
44
const { sendJobToK8S } = require('./helper/k8s');
55
const dotenv = require('dotenv').config();
66
const app = express();
7-
const port = 4003;
7+
const port = 4001;
88
app.use(express.json());
99

1010
const env = process.env;

0 commit comments

Comments
 (0)