Commit 4aa1c2e8 authored by Administrator's avatar Administrator

Update app.js

parent bcba4f10
...@@ -2,7 +2,7 @@ let groups = 0 ...@@ -2,7 +2,7 @@ let groups = 0
let generation = 0 let generation = 0
const express = require('express') const express = require('express')
const app = express() const app = express()
const port = 4000 const port = 3000
const shell = require('shelljs') const shell = require('shelljs')
const cron = require('node-cron'); const cron = require('node-cron');
const cronRemover = require('node-cron'); const cronRemover = require('node-cron');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment