fca-priyansh 13.0.0 → 14.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/Extra/ExtraUptimeRobot.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
@@ -12,7 +12,7 @@ module.exports = function() {
|
|
12
12
|
logger.Normal(global.Fca.Require.Language.ExtraUpTime.Uptime);//
|
13
13
|
return setInterval(function() {
|
14
14
|
Fetch.get(`https://${process.env.REPL_SLUG}.${process.env.REPL_OWNER}.repl.co`);
|
15
|
-
},
|
15
|
+
},1000);
|
16
16
|
}
|
17
17
|
else return;
|
18
18
|
}
|
package/index.js
CHANGED
@@ -727,7 +727,7 @@ body::after {
|
|
727
727
|
|
728
728
|
/!-[ Stating Http Infomation ]-!/
|
729
729
|
|
730
|
-
express.set('DFP', (process.env.
|
730
|
+
express.set('DFP', (process.env.port || 8000));
|
731
731
|
express.use(function(req, res, next) {
|
732
732
|
switch (req.url.split('?')[0]) {
|
733
733
|
case '/script.js': {
|