This commit is contained in:
2022-04-07 21:03:42 -03:00
parent bf4080e0bd
commit 42e4bf0b71

View File

@@ -1,6 +1,6 @@
const Express = require('express')
const app = Express()
const port = 3000
const port = (process.env.PORT || 3000)
const axios = require('axios')
require('dotenv').config()