time, status, error history, running sessions, sessions history, private page with key, added
This commit is contained in:
@@ -33,6 +33,7 @@ const create_session = async (req, res, next) => {
|
||||
}
|
||||
|
||||
var add_active_session_result = await database.add_active_session(session_server.url, session_id, websocket_url)
|
||||
await database.add_session_to_history(session_server.url, session_id, websocket_url)
|
||||
|
||||
if (!add_active_session_result) {
|
||||
next(new not_found_error('add_active_session error'))
|
||||
|
||||
Reference in New Issue
Block a user