mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-22 13:30:11 +00:00
fix: ⚡ fix inject port args
This commit is contained in:
@@ -30,7 +30,7 @@ const start = (args) => {
|
||||
|
||||
polka()
|
||||
.use(serve)
|
||||
.get(qrFile, (_, res) => {
|
||||
.get('qr.png', (_, res) => {
|
||||
const qrSource = [
|
||||
join(process.cwd(), qrFile),
|
||||
join(__dirname, '..', qrFile),
|
||||
|
||||
Reference in New Issue
Block a user