mirror of
https://github.com/cheveguerra/whatsapp-api-tutorial.git
synced 2026-04-18 03:39:27 +00:00
Keep index.html for app.js & make another for multiple device
This commit is contained in:
@@ -18,7 +18,7 @@ app.use(express.urlencoded({
|
||||
}));
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.sendFile('index.html', {
|
||||
res.sendFile('index-multiple-device.html', {
|
||||
root: __dirname
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user