Micro fix

This commit is contained in:
Zachary Guénot
2023-05-13 23:10:50 +02:00
parent 34b262a153
commit 45cc24153b

1
app.js
View File

@@ -70,7 +70,6 @@ app.get('/twitch/oauth/login/:type', async (req, res) => {
// Twitch Panel
app.get('/twitch/panel/:file', async (req, res) => {
console.log(req.socket)
console.log(`${new Date().toLocaleString()} - ${req.method} ${req._parsedUrl.pathname} from ${req.socket.remoteAddress}`)
let file = req.params.file