RSS Git Download  Clone
Raw Blame History 116B 10 lines
"use strict";

/**
 * Test Server
 */

var app   = require('./app');

module.exports = app.listen(app.get('port'));