time, status, error history, running sessions, sessions history, private page with key, added

This commit is contained in:
2023-04-03 12:37:34 +03:00
parent 654907f1de
commit 1e0d1002d7
10 changed files with 268 additions and 4 deletions
+1
View File
@@ -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'))