mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-12 11:30:01 -04:00
Updated
This commit is contained in:
parent
a40aac5733
commit
4c584b0946
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const path = require('path');
|
||||||
const http = require('http');
|
const http = require('http');
|
||||||
const https = require('https');
|
const https = require('https');
|
||||||
const express = require('express');
|
const express = require('express');
|
||||||
const corrosion = require('corrosion');
|
const corrosion = require('./lib');
|
||||||
const config = require('./config.json');
|
const config = require('./config.json');
|
||||||
const insert = require('./randomization.json');
|
const insert = require('./randomization.json');
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue