mirror of
https://github.com/Lomanic/presence-button-web
synced 2025-12-01 17:56:29 +00:00
🐙💷 Checkpoint
./server.js:728660/16
This commit is contained in:
parent
29d00e65b2
commit
4983d9eb2b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
// where your node app starts
|
||||
|
||||
// init project
|
||||
var express = require('express');
|
||||
var app = express();
|
||||
const express = require('express');
|
||||
const app = express();
|
||||
|
||||
// we've started you off with Express,
|
||||
// but feel free to use whatever libs or frameworks you'd like through `package.json`.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue