mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
begin backend implementation
This commit is contained in:
@@ -41,5 +41,6 @@ app.use( ( request, response ) => {
|
||||
response.sendFile( path.join( __dirname + '/../webapp/dist/index.html' ) );
|
||||
} );
|
||||
|
||||
const PORT = process.env.PORT || 8080;
|
||||
const PORT = process.env.PORT || 8081;
|
||||
console.log( 'Server listening on Port ' + PORT );
|
||||
http.createServer( app ).listen( PORT );
|
||||
Reference in New Issue
Block a user