mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-18 16:08:06 +00:00
use port number 8080
This commit is contained in:
parent
675434c937
commit
03e21c6ce4
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -9,6 +9,6 @@ const app = daraz(
|
|||
);
|
||||
|
||||
(async () => {
|
||||
await app.start(process.env.PORT || 80);
|
||||
await app.start(process.env.PORT || 8080);
|
||||
console.log("Daraz-san ⚡ running");
|
||||
})();
|
||||
|
|
Loading…
Add table
Reference in a new issue