vyles commited on
Commit
1252866
·
verified ·
1 Parent(s): e9c5527

Upload index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -2
index.js CHANGED
@@ -183,7 +183,7 @@ app.get('/health', (req, res) => {
183
  });
184
 
185
  app.get('/', (req, res) => {
186
- res.json(JSON.stringify({
187
  success: true,
188
  message: 'Content Extractor API',
189
  endpoints: {
@@ -198,7 +198,7 @@ app.get('/', (req, res) => {
198
  urls: ['https://example.com', 'https://another-site.com']
199
  }
200
  }
201
- }), 0, 2);
202
  });
203
 
204
  app.use((err, req, res, next) => {
 
183
  });
184
 
185
  app.get('/', (req, res) => {
186
+ res.json({
187
  success: true,
188
  message: 'Content Extractor API',
189
  endpoints: {
 
198
  urls: ['https://example.com', 'https://another-site.com']
199
  }
200
  }
201
+ });
202
  });
203
 
204
  app.use((err, req, res, next) => {