converted verification and query(read) using qr code number
This commit is contained in:
parent
426f0c60c2
commit
df8a9c8436
5 changed files with 16 additions and 16 deletions
|
|
@ -71,4 +71,4 @@ app.get("/notebook/:appName", async (req, res) => {
|
|||
});
|
||||
|
||||
const port = process.env.NODE_PORT || 8080;
|
||||
app.listen(port, "0.0.0.0", () => console.log(`Listening on 0.0.0.0:${port}...`));
|
||||
app.listen(port, "::", () => console.log(`Listening on :::${port}...`));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue