Twan07 commited on
Commit
2890325
·
verified ·
1 Parent(s): 598aeaa

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -5,7 +5,7 @@ const app = express();
5
  const PORT = 7860;
6
 
7
  app.get('/', (req, res) => {
8
- res.send('🎬 Welcome to yt-dlp API (Node.js + Docker + Hugging Face)');
9
  });
10
 
11
  app.get('/download', async (req, res) => {
 
5
  const PORT = 7860;
6
 
7
  app.get('/', (req, res) => {
8
+ res.send('🎬 Welcome to yt-dlp API');
9
  });
10
 
11
  app.get('/download', async (req, res) => {