Spaces:
Sleeping
Sleeping
Update kontol.js
Browse files
kontol.js
CHANGED
|
@@ -2,7 +2,7 @@ const express = require('express');
|
|
| 2 |
const { chromium } = require('playwright');
|
| 3 |
|
| 4 |
const app = express();
|
| 5 |
-
const PORT =
|
| 6 |
|
| 7 |
app.get('/scrape', async (req, res) => {
|
| 8 |
const url = req.query.url;
|
|
|
|
| 2 |
const { chromium } = require('playwright');
|
| 3 |
|
| 4 |
const app = express();
|
| 5 |
+
const PORT = 7860;
|
| 6 |
|
| 7 |
app.get('/scrape', async (req, res) => {
|
| 8 |
const url = req.query.url;
|