Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Khrisna
/
Helper-esm
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Khrisna
commited on
Jun 12, 2024
Commit
a93b6a1
·
verified
·
1 Parent(s):
b148abf
Update index.js
Browse files
Files changed (1)
hide
show
index.js
+1
-0
index.js
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import express from "express";
2
import os from "os";
3
4
5
const app = express();
1
import express from "express";
2
import os from "os";
3
+
import morgan from "morgan";
4
5
6
const app = express();