converted verification and query(read) using qr code number

This commit is contained in:
JBB0807 2025-05-05 18:49:15 -07:00
parent 426f0c60c2
commit df8a9c8436
5 changed files with 16 additions and 16 deletions

View file

@ -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}...`));