Bump artifacts & environment tweaks
- Adjusted database creds. - Updated server artifacts to latest.
This commit is contained in:
@@ -10,7 +10,7 @@ const app = express();
|
||||
app.use(cookieParser());
|
||||
app.use(cors());
|
||||
app.use(express.json({limit: '50mb'}));
|
||||
app.listen(5000);
|
||||
app.listen(5069);
|
||||
|
||||
// POST listener from GitHub
|
||||
console.log("Started fetch listener successfully...")
|
||||
|
||||
Reference in New Issue
Block a user