Update app.js
continuous-integration/drone/push Build is passing Details

main
Félix MIELCAREK 12 months ago committed by GitHub
parent 201ac2181c
commit 6797b35783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,7 @@ app.listen(port, () => { console.log(`Big brother is listening on port ${port}`)
//#endregion //#endregion
//#region ACCESS TOKEN //#region ACCESS TOKEN
app.get('/', async (req, res) => { app.post('/', async (req, res) => {
stepBeggining("Activation"); stepBeggining("Activation");
const code = req.query.code; const code = req.query.code;

Loading…
Cancel
Save