Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import express from "express";
|
2 |
import os from "os";
|
3 |
import morgan from "morgan";
|
|
|
4 |
|
5 |
|
6 |
const app = express();
|
|
|
1 |
import express from "express";
|
2 |
import os from "os";
|
3 |
import morgan from "morgan";
|
4 |
+
import bytes from "bytes";
|
5 |
|
6 |
|
7 |
const app = express();
|