mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-24 02:36:03 +10:00
revised readme, moved some stuff around
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const WebSocketDriver = require('./WebSocketDriver');
|
||||
|
||||
// Load the configuration from config.json
|
||||
const config = require('./config.json');
|
||||
const config = require('/app/config/config.json');
|
||||
|
||||
// Create an instance of WebSocketDriver
|
||||
const driver = new WebSocketDriver(config);
|
||||
|
||||
Reference in New Issue
Block a user