mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 03:50:02 -04:00
Fixed a simple mistake
This commit is contained in:
parent
15b1c88788
commit
cc11c39b67
2 changed files with 8 additions and 8 deletions
1
app.js
1
app.js
|
@ -4,7 +4,6 @@
|
|||
* MIT license: http://opensource.org/licenses/MIT
|
||||
* ----------------------------------------------- */
|
||||
const
|
||||
char_insert = require('./src/charinsert.js'),
|
||||
alloy = require('./src/alloyproxy'),
|
||||
path = require('path'),
|
||||
config = require('./config.json'),
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.17.1",
|
||||
"mime-types": "^2.1.27"
|
||||
"mime-types": "^2.1.27",
|
||||
"ws": "^7.4.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue