mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added next.js logging
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
let url = '' // http(s)//asd.basd
|
||||
|
||||
const express = require('express')
|
||||
const bodyParser = require('body-parser')
|
||||
const busboy = require('connect-busboy')
|
||||
@@ -64,8 +62,5 @@ app.post('*', function (req, res) {
|
||||
})
|
||||
|
||||
exports.app = app
|
||||
exports.setup = (x) => {
|
||||
url = x.url
|
||||
}
|
||||
|
||||
logger.Log('Qmining module started', logger.GetColor('yellow'))
|
||||
|
Reference in New Issue
Block a user