Commit cfe975aa authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent bcba4f10
let groups = 0 let groups = 0
let generation = 0 let generation = 1
const express = require('express') const express = require('express')
const app = express() const app = express()
const port = 4000 const port = 4000
...@@ -41,7 +41,7 @@ async function addBaship(ip) { ...@@ -41,7 +41,7 @@ async function addBaship(ip) {
} }
//app.listen(port, () => console.log(`Example app listening on port ${port}!`)) app.listen(port, () => console.log(`Example app listening on port ${port}!`))
async function run() { async function run() {
......
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