mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:17:08 +00:00
Initial commit
This commit is contained in:
5
lib/www/server/index.js
Normal file
5
lib/www/server/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
const api = require('./api');
|
||||
|
||||
|
||||
api.start(process.env.HTTP_PORT || 3000, process.env.HTTP_PATH);
|
||||
Reference in New Issue
Block a user