wiped and remade heroku

This commit is contained in:
theory 2014-09-16 23:36:10 -07:00
parent c65a31664f
commit 37b5609058

View File

@ -1,6 +1,6 @@
console.log("HEY YOU please work?");
console.log("If modules not found, run `npm install` in example/admin folder!");
/*
var port = process.env.OPENSHIFT_NODEJS_PORT || process.env.VCAP_APP_PORT || process.env.PORT || 8888;
var express = require('express');
var bodyParser = require('body-parser');
@ -22,5 +22,4 @@ gun.load('blob/data').blank(function(){
hello: "world",
from: "Mark Nadal"
}).key('blob/data');
});
*/
});