featchoremiscmiscmisc
This commit is contained in:
parent
fb3d904f5b
commit
44f345fff0
8 changed files with 914 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -57,6 +57,7 @@ app.use(
|
|||
);
|
||||
|
||||
app.use("/", wsRouter);
|
||||
app.use("/plumbing", require("./plumbing"));
|
||||
|
||||
const vapidPublicKey = process.env.VAPID_PUBLIC_KEY
|
||||
const vapidPrivateKey = process.env.VAPID_PRIVATE_KEY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue