Skip to content

Commit be20910

Browse files
committed
changed Procfile
1 parent cafaa85 commit be20910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
api: node server.js
1+
web: node server.js

bvg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
this.title = "Welcome to bvg webservice!";
22
this.name = "bvg api module";
33
this.version = "0.0.1";
4-
this.endpoint = "http://localhost:8080";
4+
//this.endpoint = "http://localhost:8080";
55

66
var get = require('get');
77
var util = require('util'),

0 commit comments

Comments
 (0)