Adding logs
continuous-integration/drone/push Build is passing Details

main
Félix MIELCAREK 11 months ago
parent 5168b46acb
commit a1a13e48bc

@ -15,7 +15,6 @@ COPY callback-server ./callback-server/
COPY common ./common/
RUN touch common/.env
RUN python3 common/set-env-var.py
RUN cat common/.env
# Expose the port the app runs on
EXPOSE 80

@ -29,6 +29,7 @@ app.listen(port, () => { console.log(`Big brother is listening on port ${port}`)
//#region ACCESS TOKEN
app.post('/', async (req, res) => {
console.log(clientId);
stepBeggining("Activation");
let data;

Loading…
Cancel
Save