Commit 514b5440 authored by 何硕's avatar 何硕

Merge branch 'heshuo' into 'master'

Heshuo

See merge request !2
parents 555303c2 4a96d207
...@@ -3,7 +3,9 @@ var http = require('http').createServer(app); ...@@ -3,7 +3,9 @@ var http = require('http').createServer(app);
var axios = require('axios'); var axios = require('axios');
var io = require('socket.io')(http); var io = require('socket.io')(http);
var BaseUrl = "http://localhost/api/"; // var BaseUrl = "http://localhost/api/";
var BaseUrl = "https://zhibo.xueyoubangedu.com/api";
// var BaseUrl = "https://live.xueyoubangedu.com/api";
app.get('/', function(req, res){ app.get('/', function(req, res){
res.send('<h1>Hello world</h1>'); 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