Skip to content

Commit b76f1fd

Browse files
author
Ailie Fraser
committed
Changed ariel server to ip address
1 parent 34fb1a8 commit b76f1fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ var admin_id = "SecretAdmin";
6767
const io = socketIO(server);
6868

6969
var options = {
70-
url: 'http://arielweingarten.com:8000/rate/',
70+
url: 'http://104.131.160.94:8000/rate/',
7171
headers: {
7272
'Content-Type': 'application/x-www-form-urlencoded'
7373
}
7474
};
7575

7676
var curate_options = {
77-
url: 'http://arielweingarten.com:8000/curate',
77+
url: 'http://104.131.160.94:8000/curate',
7878
headers: {
7979
'Content-Type': 'application/x-www-form-urlencoded'
8080
}

0 commit comments

Comments
 (0)