remove bin folder

This commit is contained in:
mntmn 2019-05-19 22:37:46 +02:00
parent 3b735d28f6
commit f7394d3195
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/usr/bin/env node
var app = require('../app');
var http = require('http');
var server = http.createServer(app);