mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 13:57:29 +00:00
🐙💷 Checkpoint
./server.js:728660/16
This commit is contained in:
parent
29d00e65b2
commit
4983d9eb2b
@ -2,8 +2,8 @@
|
|||||||
// where your node app starts
|
// where your node app starts
|
||||||
|
|
||||||
// init project
|
// init project
|
||||||
var express = require('express');
|
const express = require('express');
|
||||||
var app = express();
|
const app = express();
|
||||||
|
|
||||||
// we've started you off with Express,
|
// we've started you off with Express,
|
||||||
// but feel free to use whatever libs or frameworks you'd like through `package.json`.
|
// but feel free to use whatever libs or frameworks you'd like through `package.json`.
|
||||||
|
Loading…
Reference in New Issue
Block a user