Guest User

Untitled

a guest
Dec 12th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. var mainHost = "https://xxx.xxx.xxx.xx:7000/api";
  2.  
  3. var cors = require('cors');
  4. var app = express();
  5. app.use(cors());
Add Comment
Please, Sign In to add comment