bigbluebutton-Github/bbb-webhooks/app.js

6 lines
160 B
JavaScript
Executable File

// This is a simple wrapper to run the app with 'node app.js'
Application = require('./application.js');
application = new Application();
application.start();