waxihiv547 commited on
Commit
3f62408
1 Parent(s): 5b4c659

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +2 -2
server.js CHANGED
@@ -1,7 +1,7 @@
1
  const express = require('express');
2
  const proxy = require('express-http-proxy');
3
  const app = express();
4
- const targetUrl = 'https://studio-api.suno.ai';
5
  const port = 7860;
6
 
7
  app.use('/', proxy(targetUrl, {
@@ -13,5 +13,5 @@ app.use('/', proxy(targetUrl, {
13
  }));
14
 
15
  app.listen(port, () => {
16
- console.log(`SURP`);
17
  });
 
1
  const express = require('express');
2
  const proxy = require('express-http-proxy');
3
  const app = express();
4
+ const targetUrl = 'https://api.wolframalpha.com';
5
  const port = 7860;
6
 
7
  app.use('/', proxy(targetUrl, {
 
13
  }));
14
 
15
  app.listen(port, () => {
16
+ console.log(`WARP`);
17
  });