Переработаны роутеры приложения
Переписано APi WebSocket для работы с новыми роутерами
This commit is contained in:
18
ws_old/package.json
Normal file
18
ws_old/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "WS Sheep Service",
|
||||
"version": "1.0.1",
|
||||
"main": "ws.js",
|
||||
"scripts": {
|
||||
"start": "node ws.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"sqlite3": "^5.1.7",
|
||||
"url": "^0.11.4",
|
||||
"ws": "^8.18.0",
|
||||
"dotenv": "^17.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user