Update index.js
Browse files
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
|
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) => {
|