Commit d369dc34 authored by 何硕's avatar 何硕

配置测试地址

parent 4a96d207
......@@ -4,8 +4,8 @@ var axios = require('axios');
var io = require('socket.io')(http);
// var BaseUrl = "http://localhost/api/";
var BaseUrl = "https://zhibo.xueyoubangedu.com/api";
// var BaseUrl = "https://live.xueyoubangedu.com/api";
var BaseUrl = "https://zhibo.xueyoubangedu.com/api/";
// var BaseUrl = "https://live.xueyoubangedu.com/api/";
app.get('/', function(req, res){
res.send('<h1>Hello world</h1>');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment