mirror of
https://github.com/Lomanic/presence-button-web
synced 2025-12-01 17:56:29 +00:00
🌔😺 Checkpoint
./server.js:334152/7
This commit is contained in:
parent
0a230d3752
commit
4f3e815d30
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ var app = express();
|
|||
app.use(express.static('public'));
|
||||
|
||||
// http://expressjs.com/en/starter/basic-routing.html
|
||||
app.get("/", function (request, response) {
|
||||
app.get('/', function(request, response) {
|
||||
response.sendFile(__dirname + '/views/index.html');
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue