Akane710 commited on
Commit
1070cf7
·
verified ·
1 Parent(s): 8457702

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -3,7 +3,7 @@
3
  import express from 'express';
4
  import { CAINode } from 'cainode';
5
  import bodyParser from "body-parser";
6
- import os
7
 
8
  const app = express();
9
  const PORT = 7860;
 
3
  import express from 'express';
4
  import { CAINode } from 'cainode';
5
  import bodyParser from "body-parser";
6
+ import os from "os"
7
 
8
  const app = express();
9
  const PORT = 7860;